|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerStates
This interface defines the lifecycle states that a server can be in.
Field Summary | |
---|---|
static String |
ACTIVATE_LATER Indicates that MaxRestart restart attempts have been made in current RestartInterval, and Node Manager will attempt additional restarts. |
static String |
ADMIN The server can receive and process only administrative requests. |
static String |
FAILED A critical subsystem is not functioning. |
static 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 String |
FAILED_RESTARTING Indicates that Node Manager is currently restarting a failed Managed Server. |
static String |
FORCE_SHUTTING_DOWN The server is transitioning from ADMIN state to SHUTDOWN forcefully. |
static String |
FORCE_SUSPENDING The server is transitioning from RUNNING state to ADMIN forcefully. |
static String |
RESUMING The server is transitioning from the ADMIN state to RUNNING . |
static String |
RUNNING The server can receive and process requests from external clients as well as administrative requests. |
static String |
SHUTDOWN The server is configured but inactive. |
static String |
SHUTDOWN_IN_PROCESS Deprecated. |
static String |
SHUTDOWN_PENDING Deprecated. |
static String |
SHUTTING_DOWN The server is transitioning from ADMIN state to SHUTDOWN gracefully. |
static String |
STANDBY Services are initialized but are not claiming shared resources. |
static 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 String |
SUSPENDING The server is transitioning from RUNNING state to ADMIN gracefully. |
static String |
UNKNOWN The state of the server cannot be determined, perhaps because it cannot be contacted. |
Field Detail |
---|
static final String SHUTDOWN
static final String STARTING
STANDBY
state after this process completes.
static final String RUNNING
static final String STANDBY
static final String ADMIN
static final String SUSPENDING
RUNNING
state to ADMIN
gracefully.
static final String FORCE_SUSPENDING
RUNNING
state to ADMIN
forcefully.
static final String RESUMING
ADMIN
state to RUNNING
.
static final String SHUTTING_DOWN
ADMIN
state to SHUTDOWN
gracefully.
static final String FORCE_SHUTTING_DOWN
ADMIN
state to SHUTDOWN
forcefully.
static final String FAILED
static final String SHUTDOWN_PENDING
static final String SHUTDOWN_IN_PROCESS
static final String UNKNOWN
static final String FAILED_RESTARTING
static final String ACTIVATE_LATER
static final 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.
|
Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |