BEA Systems, Inc.


weblogic.management.runtime
Interface ExecuteQueueRuntimeMBean


public interface ExecuteQueueRuntimeMBean
extends weblogic.management.runtime.RuntimeMBean

This bean is used to monitor an execute queue and its associated thread pool.


Method Summary
 int getExecuteThreadCurrentIdleCount()
          Returns the number of idle threads assigned to the queue.
 weblogic.management.runtime.ExecuteThread[] getExecuteThreads()
          Returns the execute threads currently assigned to the queue.
 int getExecuteThreadTotalCount()
          Returns the total number of execute threads assigned to the queue.
 int getPendingRequestCurrentCount()
          Returns the number of waiting requests in the queue.
 long getPendingRequestOldestTime()
          Returns the time that the longest waiting request was placed in the queue.
 int getServicedRequestTotalCount()
          Returns the number of requests which have been processed by this queue.
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
 
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes
 
Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 

Method Detail

getExecuteThreads

public weblogic.management.runtime.ExecuteThread[] getExecuteThreads()
Returns the execute threads currently assigned to the queue.


getExecuteThreadTotalCount

public int getExecuteThreadTotalCount()
Returns the total number of execute threads assigned to the queue.

Returns:
Number of execute threads in this queue.

getExecuteThreadCurrentIdleCount

public int getExecuteThreadCurrentIdleCount()
Returns the number of idle threads assigned to the queue.


getPendingRequestOldestTime

public long getPendingRequestOldestTime()
Returns the time that the longest waiting request was placed in the queue.


getPendingRequestCurrentCount

public int getPendingRequestCurrentCount()
Returns the number of waiting requests in the queue.


getServicedRequestTotalCount

public int getServicedRequestTotalCount()
Returns the number of requests which have been processed by this queue.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs70

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference