| Package | Description |
|---|---|
| org.glassfish.api.admin |
Admin commands in GlassFish
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.