synergynetframework.appsystem.services.net.tablecomms.messages.application
Class UnicastApplicationMessage

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
All Implemented Interfaces:
java.io.Serializable, Message
Direct Known Subclasses:
BasketItemMessage, ClearProjector, ConnectTablePortalMessage, ContentMessage, ControllerToProjectorMessage, ControllerToTableMessage, ControllerToUserMessage, KeyboardRedirectMessage, KeyEventMessage, LockTableMessage, MouseEventsMessage, MouseRedirectMessage, MTMouseMessage, PostItemConstructionMessage, PostItemsMessage, PostItemsPortalMessage, PostWorkspacePortalMessage, ProjectorPostItemsMessage, ProjectorResponse, ProjectorToControllerMessage, RegisterTableMessage, RegisterTableMessage, ReleaseProjector, RequestItemsPortalMessage, RequestSyncItemsPortalMessage, RequireDataFrom, SendDataTo, ShowMultiPadMessage, SnapshotMessage, SnapshotMessage, SwapTable, SwapTableMessage, SynchroniseProjectorData, SynchroniseRemoteDesktopData, TableToControllerMessage, TransferableContentItem, TransferableContentItem, UnicastAliveMessage, UnicastAlivePortalMessage, UnicastCaptureTableMessage, UnicastClearMessage, UnicastClearMessage, UnicastEnableRemoteDesktop, UnicastMathPadSyncMessage, UnicastMysteryPathMessage, UnicastSearchTableMessage, UnicastSyncDataPortalMessage, UserToControllerMessage

public class UnicastApplicationMessage
extends ApplicationMessage

The Class UnicastApplicationMessage.

See Also:
Serialized Form

Constructor Summary
UnicastApplicationMessage()
          Instantiates a new unicast application message.
UnicastApplicationMessage(java.lang.Class<?> targetClass)
          Instantiates a new unicast application 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.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

UnicastApplicationMessage

public UnicastApplicationMessage()
Instantiates a new unicast application message.


UnicastApplicationMessage

public UnicastApplicationMessage(java.lang.Class<?> targetClass)
Instantiates a new unicast application message.

Parameters:
targetClass - the target class
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