| Package | Description | 
|---|---|
| weblogic.management.runtime | 
 Contains classes and interfaces for monitoring a WebLogic 
Server domain. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PartitionLifeCycleTaskRuntimeMBean | 
PartitionLifeCycleRuntimeMBean.boot()
Begins the transition of the partition from the  
SHUTDOWN state and HALTED substate to the
 SHUTDOWN state and BOOTED substate on all targeted servers. | 
PartitionLifeCycleTaskRuntimeMBean | 
PartitionLifeCycleRuntimeMBean.boot(TargetMBean[] targets)
Begins the transition of the partition from the  
SHUTDOWN state and HALTED substate to the
 SHUTDOWN state and BOOTED substate on the specified targets. | 
PartitionLifeCycleTaskRuntimeMBean | 
PartitionLifeCycleRuntimeMBean.forceShutdown()
Begins to force the shutdown of this partition on all targeted servers. 
 | 
PartitionLifeCycleTaskRuntimeMBean | 
PartitionLifeCycleRuntimeMBean.forceShutdown(TargetMBean[] targets)
Begins to force the shut down of this partition on the specified targets. 
 | 
PartitionLifeCycleTaskRuntimeMBean | 
DomainRuntimeMBean.forceShutdownPartitionWait(PartitionMBean partitionMBean,
                          int timeout)  | 
PartitionLifeCycleTaskRuntimeMBean | 
PartitionLifeCycleRuntimeMBean.forceSuspend()
Begins the forceful transition of the partition from the  
RUNNING state to the ADMIN state on all targeted servers. | 
PartitionLifeCycleTaskRuntimeMBean | 
PartitionLifeCycleRuntimeMBean.forceSuspend(TargetMBean[] targets)
Begins the forceful transition of the partition from the  
RUNNING state to the ADMIN state on the specified targets. | 
PartitionLifeCycleTaskRuntimeMBean[] | 
PartitionLifeCycleRuntimeMBean.getTasks()
The preexisting partition lifecycle tasks. 
 | 
PartitionLifeCycleTaskRuntimeMBean | 
PartitionLifeCycleRuntimeMBean.halt()
Begins the forceful transition of the partition from the  
RUNNING state or the ADMIN state to the SHUTDOWN
 state and HALTED substate on all targeted servers. | 
PartitionLifeCycleTaskRuntimeMBean | 
PartitionLifeCycleRuntimeMBean.halt(TargetMBean[] targets)
Begins the forceful transition of the partition from the  
RUNNING state or the ADMIN state to the SHUTDOWN
 state and HALTED substate on a specific set of targets. | 
PartitionLifeCycleTaskRuntimeMBean | 
PartitionLifeCycleRuntimeMBean.lookupTask(String taskName)
The preexisting partition lifecycle task. 
 | 
PartitionLifeCycleTaskRuntimeMBean | 
PartitionLifeCycleRuntimeMBean.resume()
Begins the transition of the partition from the  
ADMIN state to the RUNNING
 state on all targeted servers. | 
PartitionLifeCycleTaskRuntimeMBean | 
PartitionLifeCycleRuntimeMBean.resume(TargetMBean[] targets)
Begins the transition of the partition from the  
ADMIN state to the RUNNING
 state on the specified targets. | 
PartitionLifeCycleTaskRuntimeMBean | 
PartitionLifeCycleRuntimeMBean.shutdown()
Begins to shut down this partition gracefully on all targeted servers. 
 | 
PartitionLifeCycleTaskRuntimeMBean | 
PartitionLifeCycleRuntimeMBean.shutdown(int timeout,
        boolean ignoreSessions)
Begins to shut down this partition gracefully on all targeted servers. 
 | 
PartitionLifeCycleTaskRuntimeMBean | 
PartitionLifeCycleRuntimeMBean.shutdown(int timeout,
        boolean ignoreSessions,
        boolean waitForAllSessions)
Begins to shut down this partition gracefully on all targeted servers. 
 | 
PartitionLifeCycleTaskRuntimeMBean | 
PartitionLifeCycleRuntimeMBean.shutdown(int timeout,
        boolean ignoreSessions,
        boolean waitForAllSessions,
        TargetMBean[] targets)
Begins to shut down this partition gracefully on the specified targets. 
 | 
PartitionLifeCycleTaskRuntimeMBean | 
PartitionLifeCycleRuntimeMBean.shutdown(int timeout,
        boolean ignoreSessions,
        TargetMBean[] targets)
Begins to shut down this partition gracefully on the specified targets. 
 | 
PartitionLifeCycleTaskRuntimeMBean | 
PartitionLifeCycleRuntimeMBean.shutdown(TargetMBean[] targets)
Begins to shut down this partition gracefully on the specified targets. 
 | 
PartitionLifeCycleTaskRuntimeMBean | 
PartitionLifeCycleRuntimeMBean.start()
Begins to start this partition on all targeted servers. 
 | 
PartitionLifeCycleTaskRuntimeMBean | 
PartitionLifeCycleRuntimeMBean.start(String initialState,
     int timeOut)
 Begins to start this partition in the specified  
initialState within the specified timeOut on all targeted servers. | 
PartitionLifeCycleTaskRuntimeMBean | 
PartitionLifeCycleRuntimeMBean.start(TargetMBean[] targets)
Begins to start this partition on the specified targets. 
 | 
PartitionLifeCycleTaskRuntimeMBean | 
PartitionLifeCycleRuntimeMBean.startInAdmin()
Begins to start this partition in the  
ADMIN state on all targeted servers. | 
PartitionLifeCycleTaskRuntimeMBean | 
PartitionLifeCycleRuntimeMBean.startInAdmin(TargetMBean[] targets)
Begins to start this partition in the  
ADMIN state on the specified targets. | 
PartitionLifeCycleTaskRuntimeMBean | 
DomainRuntimeMBean.startPartitionWait(PartitionMBean partitionMBean,
                  String initialState,
                  int timeOut)
 Starts the Partition with initialState and within timeOut msec. 
 | 
PartitionLifeCycleTaskRuntimeMBean | 
PartitionLifeCycleRuntimeMBean.suspend()
Begins the graceful transition of the partition from the  
RUNNING state to the ADMIN state on all targeted servers. | 
PartitionLifeCycleTaskRuntimeMBean | 
PartitionLifeCycleRuntimeMBean.suspend(int timeout,
       boolean ignoreSessions)
Begins the graceful transition of the partition from the  
RUNNING state to
 the ADMIN state on all targeted servers. | 
PartitionLifeCycleTaskRuntimeMBean | 
PartitionLifeCycleRuntimeMBean.suspend(int timeout,
       boolean ignoreSessions,
       TargetMBean[] targets)
Begins the graceful transition of the partition from the  
RUNNING state to
 the ADMIN state on the specified targets. | 
PartitionLifeCycleTaskRuntimeMBean | 
PartitionLifeCycleRuntimeMBean.suspend(TargetMBean[] targets)
Begins the graceful transition of the partition from the  
RUNNING state to the ADMIN state on the specified targets. |