| Package | Description | 
|---|---|
| weblogic.management.runtime | 
 Contains classes and interfaces for monitoring a WebLogic 
Server domain. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
WLDFSystemResourceControlRuntimeMBean | 
WLDFControlRuntimeMBean.createSystemResourceControl(String name,
                           String descriptor)
Creates a WLDFSystemResourceControlRuntimeMBean for a descriptor available at 
 given file location with the given name. 
 | 
WLDFSystemResourceControlRuntimeMBean[] | 
WLDFControlRuntimeMBean.getSystemResourceControls()  | 
WLDFSystemResourceControlRuntimeMBean | 
WLDFControlRuntimeMBean.lookupSystemResourceControl(String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WLDFControlRuntimeMBean.destroySystemResourceControl(WLDFSystemResourceControlRuntimeMBean control)
Destroys an already created system resource control runtime MBean. 
 |