|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.testng.internal.remote.SlavePool
public class SlavePool
This class maintains a pool of slaves (represented by sockets).
Constructor Summary | |
---|---|
SlavePool()
|
Method Summary | |
---|---|
void |
addSlave(java.net.Socket s)
|
void |
addSlaves(java.net.Socket[] slaves)
|
ConnectionInfo |
getSlave()
|
void |
returnSlave(ConnectionInfo slave)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SlavePool()
Method Detail |
---|
public void addSlaves(java.net.Socket[] slaves) throws java.io.IOException
java.io.IOException
public void addSlave(java.net.Socket s)
public ConnectionInfo getSlave()
public void returnSlave(ConnectionInfo slave) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |