Package org.jumpmind.symmetric.model
Class Lock
java.lang.Object
org.jumpmind.symmetric.model.Lock
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanisLockedByOther(String serverId) booleanbooleanvoidsetLastLockingServerId(String lastLockingServerId) voidsetLastLockTime(Date lastLockTime) voidsetLockAction(String lockAction) voidsetLockingServerId(String lockingServerId) voidsetLockTime(Date lockTime) voidsetLockType(String lockType) voidsetSharedCount(int sharedCount) voidsetSharedEnable(boolean sharedEnable)
-
Field Details
-
STOPPED
- See Also:
-
-
Constructor Details
-
Lock
public Lock()
-
-
Method Details
-
getLockAction
-
isStopped
public boolean isStopped() -
isLockedByOther
-
setLockAction
-
getLockingServerId
-
setLockingServerId
-
getLockTime
-
setLockTime
-
getLastLockTime
-
setLastLockTime
-
getLastLockingServerId
-
setLastLockingServerId
-
getLockType
-
setLockType
-