org.jboss.jrunit.communication.message
Class QuitMessage

java.lang.Object
  extended by org.jboss.jrunit.communication.message.RemoteTestMessage
      extended by org.jboss.jrunit.communication.message.QuitMessage
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AntQuitMessage

public class QuitMessage
extends RemoteTestMessage

Message sent when have finished. Used by JGroupsBenchmarkSender only.

Author:
Clebert Suconic
See Also:
Serialized Form

Constructor Summary
QuitMessage()
           
 
Method Summary
 
Methods inherited from class org.jboss.jrunit.communication.message.RemoteTestMessage
getTestClass
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuitMessage

public QuitMessage()


JRunit, a JUnit extension for distributed client/server tests.