synergynetframework.appsystem.services.net.tablecomms.messages.system
Class UnicastSystemMessage

java.lang.Object
  extended by synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
      extended by synergynetframework.appsystem.services.net.tablecomms.messages.system.SystemMessage
          extended by synergynetframework.appsystem.services.net.tablecomms.messages.system.UnicastSystemMessage
All Implemented Interfaces:
java.io.Serializable, Message

public class UnicastSystemMessage
extends SystemMessage

The Class UnicastSystemMessage.

See Also:
Serialized Form

Constructor Summary
UnicastSystemMessage()
          Instantiates a new unicast system message.
 
Method Summary
 TableIdentity getRecipient()
          Gets the recipient.
 void setRecipient(TableIdentity id)
          Sets the recipient.
 
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

UnicastSystemMessage

public UnicastSystemMessage()
Instantiates a new unicast system message.

Method Detail

getRecipient

public TableIdentity getRecipient()
Gets the recipient.

Returns:
the recipient

setRecipient

public void setRecipient(TableIdentity id)
Sets the recipient.

Parameters:
id - the new recipient