| Package | Description | 
|---|---|
| weblogic.management.runtime | 
 Contains classes and interfaces for monitoring a WebLogic 
Server domain. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RequestClassRuntimeMBean | 
WorkManagerRuntimeMBean.getRequestClassRuntime()
Runtime information on RequestClass associated with this
 WorkManager 
 | 
RequestClassRuntimeMBean[] | 
ServerRuntimeMBean.getRequestClassRuntimes()
Returns an array of RuntimeMBeans which exposes this server's globally
 defined Request Classes. 
 | 
RequestClassRuntimeMBean[] | 
PartitionRuntimeMBean.getRequestClassRuntimes()
RuntimeMBeans which exposes this partition's globally
 defined Request Classes. 
 | 
RequestClassRuntimeMBean[] | 
ApplicationRuntimeMBean.getRequestClassRuntimes()
Get the runtime MBeans for all request classes defined at the 
 application level. 
 |