org.jboss.monitor
Interface EntityLockMonitorMBean
- All Superinterfaces:
- Service (src) , ServiceMBean (src)
- All Known Implementing Classes:
- EntityLockMonitor (src)
- public interface EntityLockMonitorMBean
- extends ServiceMBean (src)
The JMX management interface for the EntityLockMonitor
(src) MBean.
Fields inherited from interface org.jboss.system.ServiceMBean (src) |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
getTotalContentions
public long getTotalContentions()
getMedianWaitTime
public long getMedianWaitTime()
getMaxContenders
public long getMaxContenders()
getAverageContenders
public long getAverageContenders()
clearMonitor
public void clearMonitor()
printLockMonitor
public java.lang.String printLockMonitor()
listMonitoredBeans
public java.util.Set listMonitoredBeans()
getLockMonitor
public LockMonitor (src) getLockMonitor(java.lang.String jndiName)