synergynetframework.appsystem.services.net.objectmessaging.messages.frameworkmessages
Class KeepAlive

java.lang.Object
  extended by synergynetframework.appsystem.services.net.objectmessaging.messages.frameworkmessages.KeepAlive
All Implemented Interfaces:
FrameworkMessage

public class KeepAlive
extends java.lang.Object
implements FrameworkMessage

The Class KeepAlive.


Constructor Summary
KeepAlive()
          Instantiates a new keep alive.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeepAlive

public KeepAlive()
Instantiates a new keep alive.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object