javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, RuntimeMBean
, WebLogicMBean
public interface ExecuteQueueRuntimeMBean extends RuntimeMBean
Modifier and Type | Method | Description |
---|---|---|
int |
getExecuteThreadCurrentIdleCount() |
The number of idle threads assigned to the queue.
|
ExecuteThread[] |
getExecuteThreads() |
The execute threads currently assigned to the queue.
|
int |
getExecuteThreadTotalCount() |
The total number of execute threads assigned to the queue.
|
int |
getPendingRequestCurrentCount() |
The number of waiting requests in the queue.
|
long |
getPendingRequestOldestTime() |
The time since the longest waiting request was placed in the
queue, or the current time if there is no waiting request.
|
int |
getServicedRequestTotalCount() |
The number of requests that have been processed by the
queue.
|
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
addPropertyChangeListener, removePropertyChangeListener
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
ExecuteThread[] getExecuteThreads()
The execute threads currently assigned to the queue.
int getExecuteThreadTotalCount()
The total number of execute threads assigned to the queue.
int getExecuteThreadCurrentIdleCount()
The number of idle threads assigned to the queue.
long getPendingRequestOldestTime()
The time since the longest waiting request was placed in the queue, or the current time if there is no waiting request.
int getPendingRequestCurrentCount()
The number of waiting requests in the queue.
int getServicedRequestTotalCount()
The number of requests that have been processed by the queue.