|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.BroadcastApplicationMessage
apps.basketapp.messages.LockAllMessage
public class LockAllMessage
The Class LockAllMessage.
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 |
---|
public LockAllMessage()
public LockAllMessage(java.lang.Class<?> targetClass)
targetClass
- the target classMethod Detail |
---|
public void enableLock(boolean isLocked)
isLocked
- the is lockedpublic boolean isLocked()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |