AdminCommandLock.SuspendStatus |
AdminCommandLock.suspendCommands(long timeout,
String lockOwner) |
Lock the DAS from accepting any commands annotated with a SHARED or EXCLUSIVE CommandLock.
|
AdminCommandLock.SuspendStatus |
AdminCommandLock.suspendCommands(long timeout,
String lockOwner,
String message) |
Lock the DAS from accepting any commands annotated with a SHARED or EXCLUSIVE CommandLock.
|
static AdminCommandLock.SuspendStatus |
AdminCommandLock.SuspendStatus.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static AdminCommandLock.SuspendStatus[] |
AdminCommandLock.SuspendStatus.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|