apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.totable
Class UnicastSyncWithTableMessage

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

public class UnicastSyncWithTableMessage
extends ControllerToTableMessage

The Class UnicastSyncWithTableMessage.

See Also:
Serialized Form

Constructor Summary
UnicastSyncWithTableMessage(java.lang.Class<?> targetClass, TableIdentity tableId, boolean isSynchronisation)
          Instantiates a new unicast sync with table 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 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

UnicastSyncWithTableMessage

public UnicastSyncWithTableMessage(java.lang.Class<?> targetClass,
                                   TableIdentity tableId,
                                   boolean isSynchronisation)
Instantiates a new unicast sync with table message.

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