public class TCPChannelExample
extends java.lang.Object
| Constructor and Description | 
|---|
TCPChannelExample(int numberOfWorkers,
                 int workerID)  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
main(java.lang.String[] args)  | 
void | 
sendMessagesTest()
send one tcp message to each worker and receive one tcp message from all workers 
 | 
void | 
setUp()  | 
void | 
tearDown()  | 
public void setUp()
           throws java.lang.Exception
java.lang.Exceptionpublic void tearDown()
              throws java.lang.Exception
java.lang.Exceptionpublic void sendMessagesTest()
public static void main(java.lang.String[] args)
                 throws java.lang.Exception
java.lang.Exception