|
Enum Constant Summary | |
LOCK_EXPIRED Indicates that the lock has expired and the node can be considered to be unlocked |
|
LOCK_OWNER Indicates that the node is locked and you have lock ownership rights |
|
LOCKED Indicates that the node is locked |
|
NO_LOCK Indicates that there is no lock present |
Method Summary | ||
static LockStatus |
valueOf(String name) | |
static LockStatus[] |
values() |
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
|