BEA Systems, Inc.

WebLogic Server 6.1 API Reference

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.

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

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 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.


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/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.