synergynetframework.appsystem.services.net.networkedcontentmanager.messages
Class BlockInteraction
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.BroadcastApplicationMessage
synergynetframework.appsystem.services.net.networkedcontentmanager.messages.BlockInteraction
- All Implemented Interfaces:
- java.io.Serializable, Message
public class BlockInteraction
- extends BroadcastApplicationMessage
The Class BlockInteraction.
- See Also:
- Serialized Form
Constructor Summary |
BlockInteraction(java.lang.Class<?> targetClass,
boolean isRemoteLocked)
Instantiates a new block interaction. |
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 |
BlockInteraction
public BlockInteraction(java.lang.Class<?> targetClass,
boolean isRemoteLocked)
- Instantiates a new block interaction.
- Parameters:
targetClass
- the target classisRemoteLocked
- the is remote locked
isRemoteLocked
public boolean isRemoteLocked()
- Checks if is remote locked.
- Returns:
- true, if is remote locked
setRemoteLocked
public void setRemoteLocked(boolean isRemoteLocked)
- Sets the remote locked.
- Parameters:
isRemoteLocked
- the new remote locked
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object