apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.touser
Class ControllerToUserMessage

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.mathpadapp.networkmanager.messages.fromcontroller.unicast.touser.ControllerToUserMessage
All Implemented Interfaces:
java.io.Serializable, Message
Direct Known Subclasses:
BlockUserMathPadMessage, CancelMathAssignmentMessage, HideUserMathPadMessage, PostMathAssignmentToUserMessage, RequestMathPadItemFromUserMessage, RequestResultsFromUserMessage, ResponseMessage, TerminateUserMathPadMessage, UnicastSyncWithUserMessage

public abstract class ControllerToUserMessage
extends UnicastApplicationMessage

The Class ControllerToUserMessage.

See Also:
Serialized Form

Constructor Summary
ControllerToUserMessage(java.lang.Class<?> targetClass)
          Instantiates a new controller to user message.
 
Method Summary
 UserIdentity getRecipientUserIdentity()
          Gets the recipient user identity.
 void setRecipientUser(UserIdentity userId)
          Sets the recipient user.
 
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

ControllerToUserMessage

public ControllerToUserMessage(java.lang.Class<?> targetClass)
Instantiates a new controller to user message.

Parameters:
targetClass - the target class
Method Detail

getRecipientUserIdentity

public UserIdentity getRecipientUserIdentity()
Gets the recipient user identity.

Returns:
the recipient user identity

setRecipientUser

public void setRecipientUser(UserIdentity userId)
Sets the recipient user.

Parameters:
userId - the new recipient user