| Package | Description |
|---|---|
| weblogic.management.runtime |
| 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.
|