| Package | Description | 
|---|---|
| weblogic.management.runtime | 
| Modifier and Type | Method and Description | 
|---|---|
| PartitionLifeCycleTaskRuntimeMBean | PartitionLifeCycleRuntimeMBean. boot()Begins the transition of the partition from the  SHUTDOWNstate andHALTEDsubstate to theSHUTDOWNstate andBOOTEDsubstate on all targeted servers. | 
| PartitionLifeCycleTaskRuntimeMBean | PartitionLifeCycleRuntimeMBean. boot(TargetMBean[] targets)Begins the transition of the partition from the  SHUTDOWNstate andHALTEDsubstate to theSHUTDOWNstate andBOOTEDsubstate on the specified targets. | 
| void | ServerRuntimeMBean. bootPartition(String partitionName)Boots the partition | 
| void | ServerRuntimeMBean. forceRestartPartition(String partitionName)Performs a forced restart of the specified partition. | 
| void | ServerRuntimeMBean. forceRestartPartition(String partitionName,
                     long restartDelayMillis)Performs a forced restart of the specified partition, waiting the specified time after the halt completes
 before executing the operation to return the partition to its state in this server at the time the
  forceRestartPartitionmethod was invoked. | 
| void | PartitionRuntimeMBean. forceShutdown()Force shutdown the partition. | 
| 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) | 
| void | PartitionRuntimeMBean. forceSuspend()Transitions the partition from  RUNNINGtoADMINstate forcefully cancelling inflight work. | 
| PartitionLifeCycleTaskRuntimeMBean | PartitionLifeCycleRuntimeMBean. forceSuspend()Begins the forceful transition of the partition from the  RUNNINGstate to theADMINstate on all targeted servers. | 
| PartitionLifeCycleTaskRuntimeMBean | PartitionLifeCycleRuntimeMBean. forceSuspend(TargetMBean[] targets)Begins the forceful transition of the partition from the  RUNNINGstate to theADMINstate on the specified targets. | 
| String | PartitionLifeCycleRuntimeMBean. getState(ServerMBean serverMBean)Deprecated. 
 12.2.1.2.0 | 
| String | PartitionLifeCycleRuntimeMBean. getState(String serverName)The current state of the partition on a specific server. | 
| String | PartitionLifeCycleRuntimeMBean. getSubState(ServerMBean serverMBean)Deprecated. 
 12.2.1.2.0 | 
| String | PartitionLifeCycleRuntimeMBean. getSubState(String serverName)The current substate of the partition on a specific server. | 
| void | PartitionRuntimeMBean. halt()Halts the partition. | 
| PartitionLifeCycleTaskRuntimeMBean | PartitionLifeCycleRuntimeMBean. halt()Begins the forceful transition of the partition from the  RUNNINGstate or theADMINstate to theSHUTDOWNstate andHALTEDsubstate on all targeted servers. | 
| PartitionLifeCycleTaskRuntimeMBean | PartitionLifeCycleRuntimeMBean. halt(TargetMBean[] targets)Begins the forceful transition of the partition from the  RUNNINGstate or theADMINstate to theSHUTDOWNstate andHALTEDsubstate on a specific set of targets. | 
| void | PartitionRuntimeMBean. resume()Resume a suspended partition. | 
| PartitionLifeCycleTaskRuntimeMBean | PartitionLifeCycleRuntimeMBean. resume()Begins the transition of the partition from the  ADMINstate to theRUNNINGstate on all targeted servers. | 
| PartitionLifeCycleTaskRuntimeMBean | PartitionLifeCycleRuntimeMBean. resume(TargetMBean[] targets)Begins the transition of the partition from the  ADMINstate to theRUNNINGstate on the specified targets. | 
| void | PartitionRuntimeMBean. shutdown()Gracefully shuts down the partition after handling inflight
 work. | 
| PartitionLifeCycleTaskRuntimeMBean | PartitionLifeCycleRuntimeMBean. shutdown()Begins to shut down this partition gracefully on all targeted servers. | 
| void | PartitionRuntimeMBean. shutdown(int timeout,
        boolean ignoreSessions)Gracefully shuts down the partition after handling inflight
 work. | 
| PartitionLifeCycleTaskRuntimeMBean | PartitionLifeCycleRuntimeMBean. shutdown(int timeout,
        boolean ignoreSessions)Begins to shut down this partition gracefully on all targeted servers. | 
| void | PartitionRuntimeMBean. shutdown(int timeout,
        boolean ignoreSessions,
        boolean waitForAllSessions)Gracefully shuts down the partition after handling inflight work;
 optionally ignores pending HTTP sessions while handling inflight
 work. | 
| 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  initialStatewithin the specifiedtimeOuton 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  ADMINstate on all targeted servers. | 
| PartitionLifeCycleTaskRuntimeMBean | PartitionLifeCycleRuntimeMBean. startInAdmin(TargetMBean[] targets)Begins to start this partition in the  ADMINstate on the specified targets. | 
| void | ServerRuntimeMBean. startPartition(String partitionName)starts the partition. | 
| void | ServerRuntimeMBean. startPartitionInAdmin(String partitionName)starts the Partition in ADMIN state. | 
| PartitionLifeCycleTaskRuntimeMBean | DomainRuntimeMBean. startPartitionWait(PartitionMBean partitionMBean,
                  String initialState,
                  int timeOut)
 Starts the Partition with initialState and within timeOut msec. | 
| void | PartitionRuntimeMBean. suspend()Suspends the partition. | 
| PartitionLifeCycleTaskRuntimeMBean | PartitionLifeCycleRuntimeMBean. suspend()Begins the graceful transition of the partition from the  RUNNINGstate to theADMINstate on all targeted servers. | 
| void | PartitionRuntimeMBean. suspend(int timeout,
       boolean ignoreSessions)Transitions the partition from  RUNNINGtoADMINstate gracefully. | 
| PartitionLifeCycleTaskRuntimeMBean | PartitionLifeCycleRuntimeMBean. suspend(int timeout,
       boolean ignoreSessions)Begins the graceful transition of the partition from the  RUNNINGstate to
 theADMINstate on all targeted servers. | 
| PartitionLifeCycleTaskRuntimeMBean | PartitionLifeCycleRuntimeMBean. suspend(int timeout,
       boolean ignoreSessions,
       TargetMBean[] targets)Begins the graceful transition of the partition from the  RUNNINGstate to
 theADMINstate on the specified targets. | 
| PartitionLifeCycleTaskRuntimeMBean | PartitionLifeCycleRuntimeMBean. suspend(TargetMBean[] targets)Begins the graceful transition of the partition from the  RUNNINGstate to theADMINstate on the specified targets. |