server.testmodules
Class TestModule.Sender

java.lang.Object
  extended by server.testmodules.TestModule.Sender
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
TestModule

protected class TestModule.Sender
extends java.lang.Object
implements java.lang.Runnable

The internal class responsible for sending messages from the server.


Constructor Summary
protected TestModule.Sender()
           
 
Method Summary
 void run()
          The run method that generates the message to be sent, starts a Timer, sends the message, and completes the test.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestModule.Sender

protected TestModule.Sender()
Method Detail

run

public void run()
The run method that generates the message to be sent, starts a Timer, sends the message, and completes the test.

Specified by:
run in interface java.lang.Runnable