public interface RequestClassRuntimeMBean extends RuntimeMBean
| Modifier and Type | Field and Description | 
|---|---|
static String | 
CONTEXT
Represents ContextRequestClasses. 
 | 
static String | 
FAIR_SHARE
Represents FairShareRequestClasses. 
 | 
static String | 
RESPONSE_TIME
Represents ResponseTimeRequestClasses. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
getCompletedCount()
Total number of completions since server start 
 | 
int | 
getPendingRequestCount()
Number of requests waiting for a thread to become available. 
 | 
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. 
 | 
addPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentgetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListenerstatic final String FAIR_SHARE
static final String RESPONSE_TIME
static final String CONTEXT
String getRequestClassType()
FAIR_SHARE or 
 RESPONSE_TIME or CONTEXTlong getCompletedCount()
long getTotalThreadUse()
int getPendingRequestCount()
long getVirtualTimeIncrement()