| Package | Description | 
|---|---|
| weblogic.management.runtime | 
| Modifier and Type | Method and Description | 
|---|---|
ResourceGroupLifeCycleTaskRuntimeMBean | 
ResourceGroupLifeCycleRuntimeMBean.forceShutdown()
Begins to force the shutdown of this resource group on all targeted servers, changing its state to  
SHUTDOWN. | 
ResourceGroupLifeCycleTaskRuntimeMBean | 
ResourceGroupLifeCycleRuntimeMBean.forceShutdown(TargetMBean[] targets)
Begins to force the shutdown of this resource group on the specified targets, changing its state to  
SHUTDOWN. | 
void | 
ServerRuntimeMBean.forceShutdownResourceGroup(String resourceGroupName)
Force shutdown the resource group. 
 | 
void | 
PartitionRuntimeMBean.forceShutdownResourceGroup(String resourceGroupName)
Force shutdown the resource group. 
 | 
ResourceGroupLifeCycleTaskRuntimeMBean | 
ResourceGroupLifeCycleRuntimeMBean.forceSuspend()
Begins the forceful transition of this resource group from the  
RUNNING state to the ADMIN state on all targeted servers. | 
ResourceGroupLifeCycleTaskRuntimeMBean | 
ResourceGroupLifeCycleRuntimeMBean.forceSuspend(TargetMBean[] targets)
Begins the forceful transition of this resource group from the  
RUNNING state to the ADMIN state on the specified targets. | 
void | 
ServerRuntimeMBean.forceSuspendResourceGroup(String resourceGroupName)
Transitions the resource group from  
RUNNING to ADMIN
 state forcefully cancelling inflight work. | 
void | 
PartitionRuntimeMBean.forceSuspendResourceGroup(String resourceGroupName)
Transitions the resource group from  
RUNNING to ADMIN
 state forcefully cancelling inflight work. | 
String | 
PartitionRuntimeMBean.getRgState(String resourceGroupName)
The current state of the named resource group MBean 
 | 
ResourceGroupLifeCycleTaskRuntimeMBean | 
ResourceGroupLifeCycleRuntimeMBean.resume()
Begins the transition of this resource group from the  
ADMIN state to the RUNNING
 state on all targeted servers. | 
ResourceGroupLifeCycleTaskRuntimeMBean | 
ResourceGroupLifeCycleRuntimeMBean.resume(TargetMBean[] targets)
Begins the transition of this resource group from the  
ADMIN state to the RUNNING
 state on the specified targets. | 
void | 
ServerRuntimeMBean.resumeResourceGroup(String resourceGroupName)
Resume suspended resource group. 
 | 
void | 
PartitionRuntimeMBean.resumeResourceGroup(String resourceGroupName)
Resume suspended resource group. 
 | 
ResourceGroupLifeCycleTaskRuntimeMBean | 
ResourceGroupLifeCycleRuntimeMBean.shutdown()
Begins to shut down the resource group gracefully on all targeted servers, changing its state to  
SHUTDOWN. | 
ResourceGroupLifeCycleTaskRuntimeMBean | 
ResourceGroupLifeCycleRuntimeMBean.shutdown(int timeout,
        boolean ignoreSessions)
Begins to shut down this resource group gracefully on all targeted servers, changing its state to  
SHUTDOWN. | 
ResourceGroupLifeCycleTaskRuntimeMBean | 
ResourceGroupLifeCycleRuntimeMBean.shutdown(int timeout,
        boolean ignoreSessions,
        boolean waitForAllSessions)
Begins to shut down this resource group gracefully on all targeted servers, changing its state to  
SHUTDOWN. | 
ResourceGroupLifeCycleTaskRuntimeMBean | 
ResourceGroupLifeCycleRuntimeMBean.shutdown(int timeout,
        boolean ignoreSessions,
        boolean waitForAllSessions,
        TargetMBean[] targets)
Begins to shut down this resource group gracefully on the specified targets, changing its state to  
SHUTDOWN. | 
ResourceGroupLifeCycleTaskRuntimeMBean | 
ResourceGroupLifeCycleRuntimeMBean.shutdown(int timeout,
        boolean ignoreSessions,
        TargetMBean[] targets)
Begins to shut down this resource group gracefully on the specified targets, changing its state to  
SHUTDOWN. | 
ResourceGroupLifeCycleTaskRuntimeMBean | 
ResourceGroupLifeCycleRuntimeMBean.shutdown(TargetMBean[] targets)
Begins to shut down this resource group gracefully on the specified targets, changing its state to  
SHUTDOWN. | 
void | 
ServerRuntimeMBean.shutdownResourceGroup(String resourceGroupName)
Gracefully shuts down the resource group after handling inflight
 work. 
 | 
void | 
PartitionRuntimeMBean.shutdownResourceGroup(String resourceGroupName)
Gracefully shuts down the resource group after handling inflight
 work. 
 | 
void | 
ServerRuntimeMBean.shutdownResourceGroup(String resourceGroupName,
                     int timeout,
                     boolean ignoreSessions)
Gracefully shuts down the resource group after handling inflight
 work. 
 | 
void | 
PartitionRuntimeMBean.shutdownResourceGroup(String resourceGroupName,
                     int timeout,
                     boolean ignoreSessions)
Gracefully shuts down the partition after handling inflight
 work. 
 | 
void | 
ServerRuntimeMBean.shutdownResourceGroup(String resourceGroupName,
                     int timeout,
                     boolean ignoreSessions,
                     boolean waitForAllSessions)
Gracefully shuts down the resource group after handling inflight work;
 optionally ignores pending HTTP sessions while handling inflight
 work. 
 | 
void | 
PartitionRuntimeMBean.shutdownResourceGroup(String resourceGroupName,
                     int timeout,
                     boolean ignoreSessions,
                     boolean waitForAllSessions)
Gracefully shuts down the partition after handling inflight work. 
 | 
ResourceGroupLifeCycleTaskRuntimeMBean | 
ResourceGroupLifeCycleRuntimeMBean.start()
Begins to start this resource group on all targeted servers, changing its state to  
RUNNING. | 
ResourceGroupLifeCycleTaskRuntimeMBean | 
ResourceGroupLifeCycleRuntimeMBean.start(TargetMBean[] targets)
Begins to start this resource group on the specified targets, changing its state to  
RUNNING. | 
ResourceGroupLifeCycleTaskRuntimeMBean | 
ResourceGroupLifeCycleRuntimeMBean.startInAdmin()
Begins to start this resource group in the admin state on all targeted servers, changing its state to  
ADMIN. | 
ResourceGroupLifeCycleTaskRuntimeMBean | 
ResourceGroupLifeCycleRuntimeMBean.startInAdmin(TargetMBean[] targets)
Begins to start this resource group in the admin state on the specified targets, changing its state to  
ADMIN. | 
void | 
ServerRuntimeMBean.startResourceGroup(String resourceGroupName)
starts the resource group. 
 | 
void | 
PartitionRuntimeMBean.startResourceGroup(String resourceGroupName)
starts the resource group. 
 | 
void | 
ServerRuntimeMBean.startResourceGroupInAdmin(String resourceGroupName)
starts the resource group in ADMIN state. 
 | 
void | 
PartitionRuntimeMBean.startResourceGroupInAdmin(String resourceGroupName)
Starts the resource group in ADMIN state. 
 | 
ResourceGroupLifeCycleTaskRuntimeMBean | 
ResourceGroupLifeCycleRuntimeMBean.suspend()
Begins the graceful transition of this resource group from the  
RUNNING state to the ADMIN state on all targeted servers. | 
ResourceGroupLifeCycleTaskRuntimeMBean | 
ResourceGroupLifeCycleRuntimeMBean.suspend(int timeout,
       boolean ignoreSessions)
Begins to transition the resource group from  
RUNNING to
 ADMIN state gracefully on all targeted servers. | 
ResourceGroupLifeCycleTaskRuntimeMBean | 
ResourceGroupLifeCycleRuntimeMBean.suspend(int timeout,
       boolean ignoreSessions,
       TargetMBean[] targets)
Begins to transition this resource group from  
RUNNING to
 ADMIN state gracefully on the specified targets. | 
ResourceGroupLifeCycleTaskRuntimeMBean | 
ResourceGroupLifeCycleRuntimeMBean.suspend(TargetMBean[] targets)
Begins the graceful transition of this resource group from the  
RUNNING state to the ADMIN state on the specified targets. | 
void | 
ServerRuntimeMBean.suspendResourceGroup(String resourceGroupName)
Suspend resource group. 
 | 
void | 
PartitionRuntimeMBean.suspendResourceGroup(String resourceGroupName)
Suspends resource group. 
 | 
void | 
ServerRuntimeMBean.suspendResourceGroup(String resourceGroupName,
                    int timeout,
                    boolean ignoreSessions)
Suspend resource group. 
 | 
void | 
PartitionRuntimeMBean.suspendResourceGroup(String resourceGroupName,
                    int timeout,
                    boolean ignoreSessions)
Suspends resource group. 
 |