| Package | Description | 
|---|---|
| weblogic.management.configuration | Contains classes and interfaces for configuring a WebLogic 
Server domain. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| ContextRequestClassMBean | SelfTuningMBean. createContextRequestClass(java.lang.String name) | Creates context request classes. | 
| ContextRequestClassMBean | WorkManagerMBean. getContextRequestClass() | The mapping of Request Classes to security names and groups. | 
| ContextRequestClassMBean[] | SelfTuningMBean. getContextRequestClasses() | All the context request classes. | 
| ContextRequestClassMBean | SelfTuningMBean. lookupContextRequestClass(java.lang.String name) | Looks up a particular context request class. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | SelfTuningMBean. destroyContextRequestClass(ContextRequestClassMBean bean) | Destroys and removes a context request class with the
 specified short name. | 
| void | WorkManagerMBean. setContextRequestClass(ContextRequestClassMBean crc) | The mapping of Request Classes to security names and groups. |