org.sourceforge.jemm.comm
Class SyncClientServerEchoTest

java.lang.Object
  extended by org.sourceforge.jemm.comm.SyncClientServerEchoTest

public class SyncClientServerEchoTest
extends java.lang.Object

Simple synchronous message test using the echo client and server example.

Author:
Rory Graves

Field Summary
static java.lang.String serverHostname
          Target host address.
static int serverPort
          Target server port.
 
Constructor Summary
SyncClientServerEchoTest()
           
 
Method Summary
 void runTest()
          Run a basic synchronous echo test.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serverHostname

public static final java.lang.String serverHostname
Target host address.

See Also:
Constant Field Values

serverPort

public static final int serverPort
Target server port.

See Also:
Constant Field Values
Constructor Detail

SyncClientServerEchoTest

public SyncClientServerEchoTest()
Method Detail

runTest

public void runTest()
             throws java.lang.Exception
Run a basic synchronous echo test.

Throws:
java.lang.Exception - On error.


Copyright © 2009. All Rights Reserved.