BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.management.runtime
Interface EJBLockingRuntimeMBean


public interface EJBLockingRuntimeMBean
extends weblogic.management.runtime.RuntimeMBean

Author:
Copyright (c) 2001 by BEA Systems. All Rights Reserved.
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Method Summary
 int getLockEntriesCurrentCount()
           
 long getLockManagerAccessCount()
           
 long getTimeoutTotalCount()
           
 int getWaiterCurrentCount()
           
 long getWaiterTotalCount()
           
 
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

getLockEntriesCurrentCount

public int getLockEntriesCurrentCount()


getLockManagerAccessCount

public long getLockManagerAccessCount()


getWaiterTotalCount

public long getWaiterTotalCount()


getWaiterCurrentCount

public int getWaiterCurrentCount()


getTimeoutTotalCount

public long getTimeoutTotalCount()


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.