javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, RuntimeMBean
, ServerStates
, ServerStates
, WebLogicMBean
public interface ServerLifeCycleRuntimeMBean 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 Managed Servers as well as Administration Servers.
You cannot use it to start an Administration Server, and if you want to use it to start Managed Servers, you must first set up a Node Manager on each Managed Server's host machine.
If you want to use the methods that transition a server into the
ADMIN
state, you must first set up an administration
channel for that server.
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 |
---|---|---|
ServerLifeCycleTaskRuntimeMBean |
forceShutdown() |
Immediately transitions a server to the
SHUTDOWN
state. |
ServerLifeCycleTaskRuntimeMBean |
forceSuspend() |
Transitions the server from RUNNING to ADMIN state forcefully
cancelling inflight work.
|
java.lang.String |
getIPv4URL(java.lang.String protocol) |
The IPv4 URL that clients use when connecting to this server using
the specified protocol.
|
java.lang.String |
getIPv6URL(java.lang.String protocol) |
The IPv6 URL that clients use when connecting to this server using
the specified protocol.
|
java.lang.String |
getMiddlewareHome() |
The Oracle Middleware installation directory.
|
int |
getNodeManagerRestartCount() |
Number of times the server has been restarted using the NodeManager
since creation.
|
java.lang.String |
getState() |
The current state of the server.
|
ServerLifeCycleTaskRuntimeMBean[] |
getTasks() |
Get preexisting Server Lifecycle Tasks
|
java.lang.String |
getWeblogicHome() |
The directory where the WebLogic Server instance (server) is installed,
without the trailing "/server".
|
ServerLifeCycleTaskRuntimeMBean |
lookupTask(java.lang.String taskName) |
Get preexisting Server Lifecycle Task
|
ServerLifeCycleTaskRuntimeMBean |
resume() |
Transitions the server from
ADMIN to RUNNING
state. |
ServerLifeCycleTaskRuntimeMBean |
shutdown() |
Gracefully transitions a server to the
SHUTDOWN
state. |
ServerLifeCycleTaskRuntimeMBean |
shutdown(int timeout,
boolean ignoreSessions) |
Gracefully transitions a server to the
SHUTDOWN
state. |
ServerLifeCycleTaskRuntimeMBean |
shutdown(int timeout,
boolean ignoreSessions,
boolean waitForAllSessions) |
Gracefully shutdown the server after handling inflight work.
|
ServerLifeCycleTaskRuntimeMBean |
start() |
Uses the Node Manager to start a Managed Server.
|
ServerLifeCycleTaskRuntimeMBean |
start(boolean disableMsiMode) |
Uses the Node Manager to start a Managed Server on the given machine
|
ServerLifeCycleTaskRuntimeMBean |
suspend() |
Gracefully suspends server to
ADMIN state. |
ServerLifeCycleTaskRuntimeMBean |
suspend(int timeout,
boolean ignoreSessions) |
Transitions the server from
RUNNING to
ADMIN state gracefully. |
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
addPropertyChangeListener, removePropertyChangeListener
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
ServerLifeCycleTaskRuntimeMBean start() throws ServerLifecycleException
Uses the Node Manager to start a Managed Server.
ServerLifecycleException
- If start operation failsServerLifeCycleTaskRuntimeMBean start(boolean disableMsiMode) throws ServerLifecycleException
Uses the Node Manager to start a Managed Server on the given machine
disableMsiMode
- if true, the server will not start in Managed Server Independence modeServerLifecycleException
- If start operation failsServerLifeCycleTaskRuntimeMBean resume() throws ServerLifecycleException
Transitions the server from ADMIN
to RUNNING
state.
ServerLifecycleException
- If the resume operation failsServerLifeCycleTaskRuntimeMBean suspend() throws ServerLifecycleException
Gracefully suspends server to ADMIN
state. New requests
are rejected and inflight work is allowed to complete.
ServerLifecycleException
- If the operation failssuspend(int, boolean)
ServerLifeCycleTaskRuntimeMBean suspend(int timeout, boolean ignoreSessions) throws ServerLifecycleException
Transitions the server from RUNNING
to
ADMIN
state gracefully.
Applications are in admin mode. Inflight work is completed.
timeout
- Seconds to wait for server to transition gracefully.
The server calls forceSuspend()
after timeout.ignoreSessions
- drop inflight HTTP sessions during graceful suspendServerLifecycleException
- server failed to suspend gracefully.
A forceSuspend()
or a forceShutdown()
operation can be
invoked.ServerLifeCycleTaskRuntimeMBean forceSuspend() throws ServerLifecycleException
Transitions the server from RUNNING to ADMIN state forcefully cancelling inflight work.
Work that cannot be cancelled is dropped. Applications are brought into the admin mode forcefully.
ServerLifecycleException
- server failed to force suspend.
A forceShutdown()
operation can be invoked.ServerLifeCycleTaskRuntimeMBean shutdown() throws ServerLifecycleException
Gracefully transitions a server to the SHUTDOWN
state. The server completes all current work before it shuts down.
ServerLifecycleException
- If the server fails to gracefully
shutdown. A forceShutdown()
operation can be invoked.ServerLifeCycleTaskRuntimeMBean shutdown(int timeout, boolean ignoreSessions) throws ServerLifecycleException
Gracefully transitions a server to the SHUTDOWN
state. The server completes all current work before it shuts down.
This method is the same as calling:
shutdown(timeout, ignoreSessions, false);
timeout
- Number of seconds to wait before aborting inflight work
and force shutting down the server.ignoreSessions
- Set to true
to ignore pending HTTP
sessions during inflight work handling.ServerLifecycleException
- If the server fails to gracefully
shutdown. A forceShutdown()
operation can be invoked.ServerLifeCycleTaskRuntimeMBean shutdown(int timeout, boolean ignoreSessions, boolean waitForAllSessions) throws ServerLifecycleException
Gracefully shutdown the server after handling inflight work. The following inflight work is handled :
Pending transaction's and TLOG checkpoint
Pending HTTP sessions
Pending JMS work
Pending work in the Work Managers
RMI requests with tx context or administrator calls
timeout
- Number of seconds to wait before aborting inflight work
and force shutting down the server.ignoreSessions
- Set to true
to ignore pending HTTP
sessions during inflight work handling.waitForAllSessions
- Set to true
to wait for all HTTP sessions
duirng inflight work handling; false
to wait for non-persisted
HTTP sessions only.ServerLifecycleException
- If the server fails to gracefully
shutdown. A forceShutdown()
operation can be invoked.ServerLifeCycleTaskRuntimeMBean 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.ServerLifeCycleTaskRuntimeMBean[] getTasks()
Get preexisting Server Lifecycle Tasks
ServerLifeCycleTaskRuntimeMBean lookupTask(java.lang.String taskName)
Get preexisting Server Lifecycle Task
taskName
- java.lang.String getState()
The current state of the server.
int getNodeManagerRestartCount()
java.lang.String getWeblogicHome()
The directory where the WebLogic Server instance (server) is installed, without the trailing "/server".
java.lang.String getMiddlewareHome()
The Oracle Middleware installation directory.
java.lang.String getIPv4URL(java.lang.String protocol)
The IPv4 URL that clients use when connecting to this server using the specified protocol.
protocol
- the desired protocoljava.lang.String getIPv6URL(java.lang.String protocol)
The IPv6 URL that clients use when connecting to this server using the specified protocol.
protocol
- the desired protocol