| Package | Description | 
|---|---|
| weblogic.management.runtime | 
 Contains classes and interfaces for monitoring a WebLogic 
Server domain. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SystemComponentLifeCycleTaskRuntimeMBean[] | 
SystemComponentLifeCycleRuntimeMBean.getTasks()
Gets pre-existing server life cycle tasks. 
 | 
SystemComponentLifeCycleTaskRuntimeMBean | 
SystemComponentLifeCycleRuntimeMBean.lookupTask(String taskName)
Gets a pre-existing server life cycle task by name. 
 | 
SystemComponentLifeCycleTaskRuntimeMBean | 
SystemComponentLifeCycleRuntimeMBean.shutdown(Properties props)
Uses Node Manager to shut down a system component. 
 | 
SystemComponentLifeCycleTaskRuntimeMBean | 
SystemComponentLifeCycleRuntimeMBean.softRestart(Properties props)
Uses Node Manager to signal a system component for softRestart. 
 | 
SystemComponentLifeCycleTaskRuntimeMBean | 
SystemComponentLifeCycleRuntimeMBean.start(Properties props)
Uses Node Manager to start a system component. 
 |