apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.touser
Class UnicastSyncWithUserMessage
java.lang.Object
synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.UnicastApplicationMessage
apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.touser.ControllerToUserMessage
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
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 |
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 classtableId
- the table iduserId
- the user idisSynchronisation
- the is synchronisation
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