static @NotNull ServerLifecycleState |
ServerLifecycleState.fromNodeLifecycleState(NodeLifecycleState nodeLifecycleState) |
Deprecated.
|
@NotNull ServerLifecycleState |
ServerLifecycleManager.getServerLifecycleState() |
Deprecated.
|
@NotNull ServerLifecycleState |
ServerLifecycleManagerImpl.getServerLifecycleState() |
Deprecated.
|
@NotNull ServerLifecycleState |
ServerLifecycleProvider.getServerLifecycleState() |
Deprecated.
|
@NotNull ServerLifecycleState |
ServerLifecycleProviderImpl.getServerLifecycleState() |
Deprecated.
|
@NotNull ServerLifecycleState |
ServerLifecycleManager.prepareForRestart() |
Deprecated.
|
@NotNull ServerLifecycleState |
ServerLifecycleManagerImpl.prepareForRestart() |
Deprecated.
|
@NotNull ServerLifecycleState |
ServerLifecycleManager.resumeServer() |
Deprecated.
Puts the server into the RUNNING state
|
@NotNull ServerLifecycleState |
ServerLifecycleManagerImpl.resumeServer() |
Deprecated.
|
static ServerLifecycleState |
ServerLifecycleState.valueOf(String name) |
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ServerLifecycleState[] |
ServerLifecycleState.values() |
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|