| Package | Description | 
|---|---|
| weblogic.management.configuration | Contains classes and interfaces for configuring a WebLogic 
Server domain. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| ResourceManagerMBean | PartitionMBean. createResourceManager(java.lang.String name) | Creates the resource manager policy for the partition. | 
| ResourceManagerMBean | ResourceManagementMBean. createResourceManager(java.lang.String name) | This is the factory method for resource manager configurations scoped at
 the domain level. | 
| ResourceManagerMBean | PartitionMBean. getResourceManager() | The resource manager policy assigned to the partition. | 
| ResourceManagerMBean | PartitionMBean. getResourceManagerRef() | A resource manager reference from the resource management. | 
| ResourceManagerMBean[] | ResourceManagementMBean. getResourceManagers() | Gets the list of configured resource managers in the Domain. | 
| ResourceManagerMBean | ResourceManagementMBean. lookupResourceManager(java.lang.String name) | Looks up a resource manager configuration from the list of resource
 managers configured in the domain | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | PartitionMBean. destroyResourceManager(ResourceManagerMBean resourceManagerMBean) | Destroys the resource manager policy assigned to the partition. | 
| void | ResourceManagementMBean. destroyResourceManager(ResourceManagerMBean resMgrMBean) | Destroys and removes a resource manager configuration corresponding to the
 {code resMgrMBean} parameter, which is a child of this Domain. | 
| void | PartitionMBean. destroyResourceManagerRef(ResourceManagerMBean resourceManagerRef) | Removes the resource manager reference from te resource management. | 
| void | PartitionMBean. setResourceManagerRef(ResourceManagerMBean resourceManagerRef) | Sets the resource manager reference from the resource management. |