CoherenceServerLifeCycleRuntimeMBean
, ServerLifeCycleRuntimeMBean
, ServerRuntimeMBean
, ServerService
, ServerStates
, SystemComponentLifeCycleRuntimeMBean
public interface ServerStates
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
ACTIVATE_LATER |
Indicates that MaxRestart restart attempts have been made in current RestartInterval,
and Node Manager will attempt additional restarts.
|
static java.lang.String |
ADMIN |
The server can receive and process only administrative requests.
|
static java.lang.String |
FAILED |
A critical subsystem is not functioning.
|
static java.lang.String |
FAILED_NOT_RESTARTABLE |
Indicates that the Managed Server has failed and either the Node Manager
AutoRestart
attribute is set to false and Node Manager will not restart the Managed Server, or Node Manager
has exceeded the configured RestartMax value for server restarts within the interval defined by
the RestartInterval attribute. |
static java.lang.String |
FAILED_RESTARTING |
Indicates that Node Manager is currently restarting a failed Managed Server.
|
static java.lang.String |
FORCE_SHUTTING_DOWN |
The server is transitioning from
ADMIN state to
SHUTDOWN forcefully. |
static java.lang.String |
FORCE_SUSPENDING |
The server is transitioning from
RUNNING state to
ADMIN forcefully. |
static java.lang.String |
INACTIVE |
Server is not allowed to start in the INACTIVE state startup mode .
|
static java.lang.String |
RESUMING |
The server is transitioning from the
ADMIN state to
RUNNING . |
static java.lang.String |
RUNNING |
The server can receive and process requests from external clients as
well as administrative requests.
|
static java.lang.String |
SHUTDOWN |
The server is configured but inactive.
|
static java.lang.String |
SHUTDOWN_IN_PROCESS |
Deprecated.
|
static java.lang.String |
SHUTDOWN_PENDING |
Deprecated.
|
static java.lang.String |
SHUTTING_DOWN |
The server is transitioning from
ADMIN state to
SHUTDOWN gracefully. |
static java.lang.String |
STANDBY |
Services are initialized but are not claiming shared resources.
|
static java.lang.String |
STARTING |
The server is starting subsystems that do not use shared resources and
need to started early for other subsystems to use them .
|
static java.lang.String |
SUSPENDING |
The server is transitioning from
RUNNING state to
ADMIN gracefully. |
static java.lang.String |
UNKNOWN |
The state of the server cannot be determined, perhaps because it cannot
be contacted.
|
static final java.lang.String SHUTDOWN
static final java.lang.String STARTING
STANDBY
state after this process completes.static final java.lang.String RUNNING
static final java.lang.String STANDBY
static final java.lang.String INACTIVE
static final java.lang.String ADMIN
static final java.lang.String SUSPENDING
RUNNING
state to
ADMIN
gracefully.static final java.lang.String FORCE_SUSPENDING
RUNNING
state to
ADMIN
forcefully.static final java.lang.String RESUMING
ADMIN
state to
RUNNING
.static final java.lang.String SHUTTING_DOWN
ADMIN
state to
SHUTDOWN
gracefully.static final java.lang.String FORCE_SHUTTING_DOWN
ADMIN
state to
SHUTDOWN
forcefully.static final java.lang.String FAILED
@Deprecated static final java.lang.String SHUTDOWN_PENDING
@Deprecated static final java.lang.String SHUTDOWN_IN_PROCESS
static final java.lang.String UNKNOWN
static final java.lang.String FAILED_RESTARTING
static final java.lang.String ACTIVATE_LATER
static final java.lang.String FAILED_NOT_RESTARTABLE
AutoRestart
attribute is set to false and Node Manager will not restart the Managed Server, or Node Manager
has exceeded the configured RestartMax
value for server restarts within the interval defined by
the RestartInterval
attribute.