javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, RuntimeMBean
, ServerStates
, ServerStates
, WebLogicMBean
@Deprecated public interface CoherenceServerLifeCycleRuntimeMBean extends RuntimeMBean, ServerStates
Provides methods that transition servers from one state to another. This class is instantiated only on the Administration Server, but you can use it to transition the states of all managed Coherence cache servers.
To start Coherence cache servers, you must first configure a Node Manager on each Coherence cache server's host machine.
ACTIVATE_LATER, ADMIN, FAILED, FAILED_NOT_RESTARTABLE, FAILED_RESTARTING, FORCE_SHUTTING_DOWN, FORCE_SUSPENDING, INACTIVE, RESUMING, RUNNING, SHUTDOWN, SHUTDOWN_IN_PROCESS, SHUTDOWN_PENDING, SHUTTING_DOWN, STANDBY, STARTING, SUSPENDING, UNKNOWN
Modifier and Type | Method | Description |
---|---|---|
CoherenceServerLifeCycleTaskRuntimeMBean |
forceShutdown() |
Deprecated.
Immediately transitions a server to the
SHUTDOWN
state. |
int |
getNodeManagerRestartCount() |
Deprecated.
The number of times the server has been restarted using the Node Manager
since its creation.
|
java.lang.String |
getState() |
Deprecated.
The current state of the server.
|
CoherenceServerLifeCycleTaskRuntimeMBean[] |
getTasks() |
Deprecated.
Gets pre-existing server life cycle tasks.
|
CoherenceServerLifeCycleTaskRuntimeMBean |
start() |
Deprecated.
Uses Node Manager to start a Coherence cache server.
|
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
addPropertyChangeListener, removePropertyChangeListener
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
CoherenceServerLifeCycleTaskRuntimeMBean start() throws ServerLifecycleException
Uses Node Manager to start a Coherence cache server.
ServerLifecycleException
- If start operation failsCoherenceServerLifeCycleTaskRuntimeMBean forceShutdown() throws ServerLifecycleException
Immediately transitions a server to the SHUTDOWN
state. The server immediately terminates all current work, moves
through the SHUTTING_DOWN
state, and ends in the
SHUTDOWN
state.
You can forcefully shut down a server from any state except
UNKNOWN
.
ServerLifecycleException
- If force shutdown fails. The server
process will exit after ServerMBean.ServerLifeCycleTimeoutVal() seconds.CoherenceServerLifeCycleTaskRuntimeMBean[] getTasks()
java.lang.String getState()
The current state of the server.
Server states are described in "Managing Server Startup and Shutdown for Oracle WebLogic Server."int getNodeManagerRestartCount()