BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.management.runtime
Interface ServerStates

All Known Subinterfaces:
ServerRuntimeMBean

public interface ServerStates

Description of the Interface

Author:
Copyright © 2002 BEA Systems, Inc. All Rights Reserved.

Field Summary
static java.lang.String ACTIVATE_LATER
          Description of the Field
static java.lang.String FAILED
          Description of the Field
static java.lang.String FAILED_MIGRATABLE
          Description of the Field
static java.lang.String FAILED_NOT_RESTARTABLE
          Description of the Field
static java.lang.String FAILED_RESTARTING
          Description of the Field
static java.lang.String RESUMING
          Description of the Field
static java.lang.String RUNNING
          Description of the Field
static java.lang.String[] SERVERSTATES
          Description of the Field
static java.lang.String SHUTDOWN
          Description of the Field
static java.lang.String SHUTDOWN_IN_PROCESS
          Description of the Field
static java.lang.String SHUTDOWN_PENDING
          Description of the Field
static java.lang.String SHUTTING_DOWN
          Description of the Field
static int SRVR_ACTIVATE_LATER
          Description of the Field
static int SRVR_FAILED
          A critical subsystem is not functioning.
static int SRVR_FAILED_MIGRATABLE
          Description of the Field
static int SRVR_FAILED_NOT_RESTARTABLE
          Description of the Field
static int SRVR_FAILED_RESTARTING
          Description of the Field
static int SRVR_RESUMING
          The server is transitioning from the STANDBY state to RUNNING.
static int SRVR_RUNNING
          The server can receive and process requests from external clients as well as administrative requests.
static int SRVR_SHUTDOWN
          The server is configured but inactive.
static int SRVR_SHUTDOWN_IN_PROCESS
          The server shutdown has started.
static int SRVR_SHUTDOWN_PENDING
          The server is waiting for a specified time before starting shutdown.
static int SRVR_SHUTTING_DOWN
          The server is transitioning from either the RUNNING or STANDBY state to SHUTDOWN.
static int SRVR_STANDBY
          The server can receive and process only administrative requests.
static int SRVR_STARTING
          The server is initializing all it's subsystems.
static int SRVR_SUSPENDING
          The server is transitioning from either the SHUTDOWN or RUNNING state to STANDBY.
static int SRVR_UNKNOWN
          The state of the server cannot be determined, perhaps because it cannot be contacted.
static java.lang.String STANDBY
          Description of the Field
static java.lang.String STARTING
          Description of the Field
static java.lang.String SUSPENDING
          Description of the Field
static java.lang.String UNKNOWN
          Description of the Field
 

Field Detail

SRVR_SHUTDOWN

public static final int SRVR_SHUTDOWN
The server is configured but inactive.

SRVR_STARTING

public static final int SRVR_STARTING
The server is initializing all it's subsystems. It is not ready to receive or process requests. Once the server is initialized it will either go into STANDBY or RUNNING mode depending on the startup option given.

SRVR_RUNNING

public static final int SRVR_RUNNING
The server can receive and process requests from external clients as well as administrative requests.

SRVR_STANDBY

public static final int SRVR_STANDBY
The server can receive and process only administrative requests. It ignores any requests from external clients.

SRVR_SUSPENDING

public static final int SRVR_SUSPENDING
The server is transitioning from either the SHUTDOWN or RUNNING state to STANDBY.

SRVR_RESUMING

public static final int SRVR_RESUMING
The server is transitioning from the STANDBY state to RUNNING.

SRVR_SHUTTING_DOWN

public static final int SRVR_SHUTTING_DOWN
The server is transitioning from either the RUNNING or STANDBY state to SHUTDOWN.

SRVR_FAILED

public static final int SRVR_FAILED
A critical subsystem is not functioning. You must restart the server to recover from this state.

SRVR_UNKNOWN

public static final int SRVR_UNKNOWN
The state of the server cannot be determined, perhaps because it cannot be contacted.

SRVR_SHUTDOWN_PENDING

public static final int SRVR_SHUTDOWN_PENDING
The server is waiting for a specified time before starting shutdown. This state is deprecated since 7.0 release.

SRVR_SHUTDOWN_IN_PROCESS

public static final int SRVR_SHUTDOWN_IN_PROCESS
The server shutdown has started.

SRVR_FAILED_RESTARTING

public static final int SRVR_FAILED_RESTARTING
Description of the Field

SRVR_ACTIVATE_LATER

public static final int SRVR_ACTIVATE_LATER
Description of the Field

SRVR_FAILED_NOT_RESTARTABLE

public static final int SRVR_FAILED_NOT_RESTARTABLE
Description of the Field

SRVR_FAILED_MIGRATABLE

public static final int SRVR_FAILED_MIGRATABLE
Description of the Field

SHUTDOWN

public static final java.lang.String SHUTDOWN
Description of the Field

STARTING

public static final java.lang.String STARTING
Description of the Field

RUNNING

public static final java.lang.String RUNNING
Description of the Field

STANDBY

public static final java.lang.String STANDBY
Description of the Field

SUSPENDING

public static final java.lang.String SUSPENDING
Description of the Field

RESUMING

public static final java.lang.String RESUMING
Description of the Field

SHUTTING_DOWN

public static final java.lang.String SHUTTING_DOWN
Description of the Field

FAILED

public static final java.lang.String FAILED
Description of the Field

SHUTDOWN_PENDING

public static final java.lang.String SHUTDOWN_PENDING
Description of the Field

SHUTDOWN_IN_PROCESS

public static final java.lang.String SHUTDOWN_IN_PROCESS
Description of the Field

UNKNOWN

public static final java.lang.String UNKNOWN
Description of the Field

FAILED_RESTARTING

public static final java.lang.String FAILED_RESTARTING
Description of the Field

ACTIVATE_LATER

public static final java.lang.String ACTIVATE_LATER
Description of the Field

FAILED_NOT_RESTARTABLE

public static final java.lang.String FAILED_NOT_RESTARTABLE
Description of the Field

FAILED_MIGRATABLE

public static final java.lang.String FAILED_MIGRATABLE
Description of the Field

SERVERSTATES

public static final java.lang.String[] SERVERSTATES
Description of the Field

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b