synergynetframework.appsystem.services.net.networkedcontentmanager.messages
Class BlockInteraction

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.BroadcastApplicationMessage
              extended by 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.
 
Method Summary
 boolean isRemoteLocked()
          Checks if is remote locked.
 void setRemoteLocked(boolean isRemoteLocked)
          Sets the remote locked.
 java.lang.String toString()
           
 
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

BlockInteraction

public BlockInteraction(java.lang.Class<?> targetClass,
                        boolean isRemoteLocked)
Instantiates a new block interaction.

Parameters:
targetClass - the target class
isRemoteLocked - the is remote locked
Method Detail

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