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

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
                  extended by apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.touser.UnicastSyncWithUserMessage
All Implemented Interfaces:
java.io.Serializable, Message

public class UnicastSyncWithUserMessage
extends ControllerToUserMessage

The Class UnicastSyncWithUserMessage.

See Also:
Serialized Form

Constructor Summary
UnicastSyncWithUserMessage(java.lang.Class<?> targetClass, TableIdentity tableId, UserIdentity userId, boolean isSynchronisation)
          Instantiates a new unicast sync with user message.
 
Method Summary
 boolean isSynchronisationOn()
          Checks if is synchronisation on.
 void setSynchronisationOn(boolean isSynchronisationOn)
          Sets the synchronisation on.
 java.lang.String toString()
           
 
Methods inherited from class apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.touser.ControllerToUserMessage
getRecipientUserIdentity, setRecipientUser
 
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, wait, wait, wait
 

Constructor Detail

UnicastSyncWithUserMessage

public UnicastSyncWithUserMessage(java.lang.Class<?> targetClass,
                                  TableIdentity tableId,
                                  UserIdentity userId,
                                  boolean isSynchronisation)
Instantiates a new unicast sync with user message.

Parameters:
targetClass - the target class
tableId - the table id
userId - the user id
isSynchronisation - the is synchronisation
Method Detail

isSynchronisationOn

public boolean isSynchronisationOn()
Checks if is synchronisation on.

Returns:
true, if is synchronisation on

setSynchronisationOn

public void setSynchronisationOn(boolean isSynchronisationOn)
Sets the synchronisation on.

Parameters:
isSynchronisationOn - the new synchronisation on

toString

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