| Package | Description | 
|---|---|
| weblogic.management.configuration | Contains classes and interfaces for configuring a WebLogic 
Server domain. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| ResponseTimeRequestClassMBean | ContextCaseMBean. createResponseTimeRequestClass(java.lang.String name) | This is the factory method for ResponseTimeRequestClasss | 
| ResponseTimeRequestClassMBean | SelfTuningMBean. createResponseTimeRequestClass(java.lang.String name) | Creates the response time request classes. | 
| ResponseTimeRequestClassMBean | ContextCaseMBean. getResponseTimeRequestClass() | Get the response time request class | 
| ResponseTimeRequestClassMBean | WorkManagerMBean. getResponseTimeRequestClass() | The response time goal (in milliseconds). | 
| ResponseTimeRequestClassMBean[] | SelfTuningMBean. getResponseTimeRequestClasses() | All the response time request classes. | 
| ResponseTimeRequestClassMBean | SelfTuningMBean. lookupResponseTimeRequestClass(java.lang.String name) | Looks up a particular response time request class. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | ContextCaseMBean. destroyResponseTimeRequestClass(ResponseTimeRequestClassMBean bean) | Destroys and removes a ResponseTimeRequestClass | 
| void | SelfTuningMBean. destroyResponseTimeRequestClass(ResponseTimeRequestClassMBean bean) | Destroys and removes a response time request classes with the
 specified short name. | 
| void | WorkManagerMBean. setResponseTimeRequestClass(ResponseTimeRequestClassMBean rtrc) | The response time goal (in milliseconds). |