| Package | Description | 
|---|---|
| weblogic.management.configuration | Contains classes and interfaces for configuring a WebLogic 
Server domain. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| CapacityMBean | SelfTuningMBean. createCapacity(java.lang.String name) | Creates capacity constraints. | 
| CapacityMBean[] | SelfTuningMBean. getCapacities() | All the capacity definitions. | 
| CapacityMBean | WorkManagerMBean. getCapacity() | The total number of requests that can be queued or executing before 
 WebLogic Server begins rejecting requests. | 
| CapacityMBean | SelfTuningMBean. lookupCapacity(java.lang.String name) | Looks up a particular capacity constraint. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | SelfTuningMBean. destroyCapacity(CapacityMBean bean) | Destroys and removes a capacity constraint with the
 specified short name. | 
| void | WorkManagerMBean. setCapacity(CapacityMBean cap) | Sets the total number of requests that can be queued or executing before 
 WebLogic Server begins rejecting requests. |