| Package | Description | 
|---|---|
| weblogic.management.runtime | Contains classes and interfaces for monitoring a WebLogic 
Server domain. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| ResourceRuntimeMBean[] | ResourceManagerRuntimeMBean. getResourceRuntimes() | The list of resource runtimes managed for the current Partition in the
 current server instance. | 
| ResourceRuntimeMBean | ResourceManagerRuntimeMBean. lookupResourceRuntime(java.lang.String name) | Looks up a  ResourceRuntimeMBeanamong the list of resource runtimes
 managed for the current Partition with the given name. | 
| ResourceRuntimeMBean | ResourceManagerRuntimeMBean. lookupResourceRuntimeByResourceType(ResourceRuntimeMBean.ResourceType resourceType) | Looks up a  ResourceRuntimeMBeanamong the list of resource runtimes
 managed for the current Partition with the given resource type. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| boolean | ResourceManagerRuntimeMBean. addResourceRuntime(ResourceRuntimeMBean bean) | Adds a resource runtime MBean as child to the
  ResourceManagerRuntimeMBeanfor the current Partition in the
 current server instance. | 
| boolean | ResourceManagerRuntimeMBean. removeResourceRuntime(ResourceRuntimeMBean bean) | Removes the specified resource runtime MBean from the
  ResourceManagerRuntimeMBeanof the current Partition in the current
 server instance. |