|
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_LATERIndicates that MaxRestart restart attempts have been made in current RestartInterval, and Node Manager will attempt additional restarts. |
static String |
ADMINThe server can receive and process only administrative requests. |
static String |
FAILEDA critical subsystem is not functioning. |
static String |
FAILED_NOT_RESTARTABLEIndicates 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_RESTARTINGIndicates that Node Manager is currently restarting a failed Managed Server. |
static String |
FORCE_SHUTTING_DOWNThe server is transitioning from ADMIN state to SHUTDOWN forcefully. |
static String |
FORCE_SUSPENDINGThe server is transitioning from RUNNING state to ADMIN forcefully. |
static String |
RESUMINGThe server is transitioning from the ADMIN state to RUNNING. |
static String |
RUNNINGThe server can receive and process requests from external clients as well as administrative requests. |
static String |
SHUTDOWNThe server is configured but inactive. |
static String |
SHUTDOWN_IN_PROCESSDeprecated. |
static String |
SHUTDOWN_PENDINGDeprecated. |
static String |
SHUTTING_DOWNThe server is transitioning from ADMIN state to SHUTDOWN gracefully. |
static String |
STANDBYServices are initialized but are not claiming shared resources. |
static String |
STARTINGThe server is starting subsystems that do not use shared resources and need to started early for other subsystems to use them . |
static String |
SUSPENDINGThe server is transitioning from RUNNING state to ADMIN gracefully. |
static String |
UNKNOWNThe 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 | |||||||||