net.jetrix.messages
Class NoopMessage

java.lang.Object
  extended by net.jetrix.Message
      extended by net.jetrix.messages.NoopMessage

public class NoopMessage
extends Message

No Operation message. This message performs no operation, it is sent by the server to test the connection of idle clients.

Since:
0.1.4
Version:
$Revision: 563 $, $Date: 2005-01-09 22:36:40 +0100 (dim., 09 janv. 2005) $
Author:
Emmanuel Bourg
See Also:
GhostbusterService

Constructor Summary
NoopMessage()
           
 
Method Summary
 
Methods inherited from class net.jetrix.Message
getDestination, getRawMessage, getSource, getTime, setDestination, setRawMessage, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoopMessage

public NoopMessage()


Copyright © 2001-2008 Emmanuel Bourg. All Rights Reserved.