apps.mysteriestableportal.messages
Class UnicastAliveMessage

java.lang.Object
  extended by synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
      extended by synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
          extended by synergynetframework.appsystem.services.net.tablecomms.messages.application.UnicastApplicationMessage
              extended by apps.mysteriestableportal.messages.UnicastAliveMessage
All Implemented Interfaces:
java.io.Serializable, Message

public class UnicastAliveMessage
extends UnicastApplicationMessage

The Class UnicastAliveMessage.

See Also:
Serialized Form

Constructor Summary
UnicastAliveMessage()
          Instantiates a new unicast alive message.
UnicastAliveMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId)
          Instantiates a new unicast alive message.
 
Method Summary
 
Methods inherited from class synergynetframework.appsystem.services.net.tablecomms.messages.application.UnicastApplicationMessage
getRecipient, setRecipient
 
Methods inherited from class synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
getTargetClassName, setTargetClassName
 
Methods inherited from class synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
getSender
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnicastAliveMessage

public UnicastAliveMessage()
Instantiates a new unicast alive message.


UnicastAliveMessage

public UnicastAliveMessage(java.lang.Class<?> targetClass,
                           TableIdentity targetTableId)
Instantiates a new unicast alive message.

Parameters:
targetClass - the target class
targetTableId - the target table id