| Package | Description | 
|---|---|
| weblogic.management.configuration | Contains classes and interfaces for configuring a WebLogic 
Server domain. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| CpuUtilizationMBean | ResourceManagerMBean. createCpuUtilization(java.lang.String name) | This is the factory method for creating "CPU Utilization" policy for this
 resource manager. | 
| CpuUtilizationMBean | ResourceManagerMBean. getCpuUtilization() | Gets the "CPU Utilization" policy for this resource manager. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | ResourceManagerMBean. destroyCpuUtilization(CpuUtilizationMBean cpuUtilizationMBean) | Destroys and removes a "CPU Utilization" policy corresponding to the {code
 cpuUtilizationMBean} parameter, which is a child of this resource manager. |