javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, RuntimeMBean, WebLogicMBeanpublic interface RequestClassRuntimeMBean extends RuntimeMBean
| Modifier and Type | Field | Description | 
|---|---|---|
| static java.lang.String | CONTEXT | Represents ContextRequestClasses. | 
| static java.lang.String | FAIR_SHARE | Represents FairShareRequestClasses. | 
| static java.lang.String | RESPONSE_TIME | Represents ResponseTimeRequestClasses. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| long | getCompletedCount() | Total number of completions since server start | 
| int | getPendingRequestCount() | Number of requests waiting for a thread to become available. | 
| java.lang.String | getRequestClassType() | Returns the type of RequestClass. | 
| long | getTotalThreadUse() | Total amount of thread use time in millisec's used by the request class
 since server start. | 
| long | getVirtualTimeIncrement() | Current priority of the request class. | 
getAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentstatic final java.lang.String FAIR_SHARE
static final java.lang.String RESPONSE_TIME
static final java.lang.String CONTEXT
java.lang.String getRequestClassType()
FAIR_SHARE or 
 RESPONSE_TIME or CONTEXTlong getCompletedCount()
long getTotalThreadUse()
int getPendingRequestCount()
long getVirtualTimeIncrement()