apps.mysteriestableportal.messages
Class LockAllMessage

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 apps.mysteriestableportal.messages.LockAllMessage
All Implemented Interfaces:
java.io.Serializable, Message

public class LockAllMessage
extends BroadcastApplicationMessage

The Class LockAllMessage.

See Also:
Serialized Form

Constructor Summary
LockAllMessage()
          Instantiates a new lock all message.
LockAllMessage(java.lang.Class<?> targetClass)
          Instantiates a new lock all message.
 
Method Summary
 void enableLock(boolean isLocked)
          Enable lock.
 boolean isLocked()
          Checks if is locked.
 
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, toString, wait, wait, wait
 

Constructor Detail

LockAllMessage

public LockAllMessage()
Instantiates a new lock all message.


LockAllMessage

public LockAllMessage(java.lang.Class<?> targetClass)
Instantiates a new lock all message.

Parameters:
targetClass - the target class
Method Detail

enableLock

public void enableLock(boolean isLocked)
Enable lock.

Parameters:
isLocked - the is locked

isLocked

public boolean isLocked()
Checks if is locked.

Returns:
true, if is locked