BEA Systems, Inc.

WebLogic Server 8.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 © 2002 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, 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.

Returns:
The executeThreads value

getExecuteThreadCurrentIdleCount

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

Returns:
The executeThreadCurrentIdleCount value

getPendingRequestOldestTime

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

Returns:
The pendingRequestOldestTime value

getPendingRequestCurrentCount

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

Returns:
The pendingRequestCurrentCount value

getServicedRequestTotalCount

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

Returns:
The servicedRequestTotalCount value

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