| Package | Description | 
|---|---|
| weblogic.management.configuration | Contains classes and interfaces for configuring a WebLogic 
Server domain. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| MaxThreadsConstraintMBean | SelfTuningMBean. createMaxThreadsConstraint(java.lang.String name) | Creates maximum threads constraints. | 
| MaxThreadsConstraintMBean | WorkManagerMBean. getMaxThreadsConstraint() | The maximum number of concurrent threads that can be allocated to
 execute requests. | 
| MaxThreadsConstraintMBean[] | SelfTuningMBean. getMaxThreadsConstraints() | All the maximum threads constraints. | 
| MaxThreadsConstraintMBean | SelfTuningMBean. lookupMaxThreadsConstraint(java.lang.String name) | Looks up a particular maximum threads constraint. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | SelfTuningMBean. destroyMaxThreadsConstraint(MaxThreadsConstraintMBean bean) | Destroys and removes a maximum threads constraint with the
 specified short name. | 
| void | WorkManagerMBean. setMaxThreadsConstraint(MaxThreadsConstraintMBean mtc) | The maximum number of concurrent threads that can be allocated to
 execute requests. |