| 
 | BEA Systems, Inc. | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
MBeanHome interface.)This interface contains accessor methods for all lock manager runtime information collected for an EJB.
This is a type-safe interface for a
 WebLogic Server MBean, which you can import into your client
 classes and access through
 weblogic.management.MBeanHome. As of 9.0, the
 MBeanHome interface and all type-safe interfaces for
 WebLogic Server MBeans are deprecated. Instead, client classes that
 interact with WebLogic Server MBeans should use standard JMX design
 patterns in which clients use the
 javax.management.MBeanServerConnection interface to
 discover MBeans, attributes, and attribute types at runtime. For
 more information, see "Developing Manageable Applications with JMX"
 on http://www.oracle.com/technology/documentation/index.html.
| Method Summary | |
|  int | getLockEntriesCurrentCount()Provides a count of the number of beans currently locked. | 
|  long | getLockManagerAccessCount()Provides the total number of attempts to obtain a lock on a bean. | 
|  long | getTimeoutTotalCount()Provides the current number of Threads that have timed out waiting for a lock on a bean. | 
|  int | getWaiterCurrentCount()Provides the current number of Threads that have waited for a lock on a bean. | 
|  long | getWaiterTotalCount()Provides the total number of Threads that have waited for a lock on a bean. | 
| 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 | 
public int getLockEntriesCurrentCount()
Provides a count of the number of beans currently locked.
public long getLockManagerAccessCount()
Provides the total number of attempts to obtain a lock on a bean. This includes attempts to obtain a lock on a bean that is already locked on behalf of the client.
public long getTimeoutTotalCount()
Provides the current number of Threads that have timed out waiting for a lock on a bean.
public int getWaiterCurrentCount()
Provides the current number of Threads that have waited for a lock on a bean.
public long getWaiterTotalCount()
Provides the total number of Threads that have waited for a lock on a bean.
Returns the total number of Threads that have waited for a lock on a bean.
| 
 | Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||