Skip navigation links

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


weblogic.server
Interface ServerStates

All Known Subinterfaces:
CoherenceServerLifeCycleRuntimeMBean, ServerLifeCycleRuntimeMBean, ServerRuntimeMBean, ServerService, ServerStates, SystemComponentLifeCycleRuntimeMBean

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

SHUTDOWN

static final String SHUTDOWN
The server is configured but inactive.
See Also:
Constant Field Values

STARTING

static final String STARTING
The server is starting subsystems that do not use shared resources and need to started early for other subsystems to use them . The server is in STANDBY state after this process completes.
See Also:
Constant Field Values

RUNNING

static final String RUNNING
The server can receive and process requests from external clients as well as administrative requests.
See Also:
Constant Field Values

STANDBY

static final String STANDBY
Services are initialized but are not claiming shared resources.
See Also:
Constant Field Values

ADMIN

static final String ADMIN
The server can receive and process only administrative requests. It ignores any requests from external clients. Applications are admin mode. This means that only administrators are allowed access to applications in this state. Non-admin users are denied access to applications.
See Also:
Constant Field Values

SUSPENDING

static final String SUSPENDING
The server is transitioning from RUNNING state to ADMIN gracefully.
See Also:
Constant Field Values

FORCE_SUSPENDING

static final String FORCE_SUSPENDING
The server is transitioning from RUNNING state to ADMIN forcefully.
See Also:
Constant Field Values

RESUMING

static final String RESUMING
The server is transitioning from the ADMIN state to RUNNING.
See Also:
Constant Field Values

SHUTTING_DOWN

static final String SHUTTING_DOWN
The server is transitioning from ADMIN state to SHUTDOWN gracefully.
See Also:
Constant Field Values

FORCE_SHUTTING_DOWN

static final String FORCE_SHUTTING_DOWN
The server is transitioning from ADMIN state to SHUTDOWN forcefully.
See Also:
Constant Field Values

FAILED

static final String FAILED
A critical subsystem is not functioning. You must restart the server to recover from this state.
See Also:
Constant Field Values

SHUTDOWN_PENDING

static final String SHUTDOWN_PENDING
Deprecated. 
The server is waiting for a specified time before starting shutdown. This state is deprecated since 7.0 release.
See Also:
Constant Field Values

SHUTDOWN_IN_PROCESS

static final String SHUTDOWN_IN_PROCESS
Deprecated. 
The server is waiting for a specified time before starting shutdown. This state is deprecated since 7.0 release.
See Also:
Constant Field Values

UNKNOWN

static final String UNKNOWN
The state of the server cannot be determined, perhaps because it cannot be contacted.
See Also:
Constant Field Values

FAILED_RESTARTING

static final String FAILED_RESTARTING
Indicates that Node Manager is currently restarting a failed Managed Server.
See Also:
Constant Field Values

ACTIVATE_LATER

static final String ACTIVATE_LATER
Indicates that MaxRestart restart attempts have been made in current RestartInterval, and Node Manager will attempt additional restarts.
See Also:
Constant Field Values

FAILED_NOT_RESTARTABLE

static final 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.
See Also:
Constant Field Values

Skip navigation links

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