com.hazelcast.jmx
Class LockMBean
java.lang.Object
com.hazelcast.jmx.AbstractMBean<ILock>
com.hazelcast.jmx.LockMBean
- All Implemented Interfaces:
- DynamicMBean, MBeanRegistration
public class LockMBean
- extends AbstractMBean<ILock>
MBean for Locks
- Author:
- Marco Ferrante, DISI - University of Genoa
Methods inherited from class com.hazelcast.jmx.AbstractMBean |
getAttribute, getAttributes, getManagedObject, getMBeanInfo, getObjectName, getParentName, invoke, postDeregister, postRegister, preDeregister, preRegister, refresh, setAttribute, setAttributes, setParentName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LockMBean
public LockMBean(ILock lock,
ManagementService managementService)
getNameSpec
public ObjectNameSpec getNameSpec()
- Description copied from class:
AbstractMBean
- Override to provide a JMX name
- Overrides:
getNameSpec
in class AbstractMBean<ILock>
getName
public String getName()
getLockObject
public String getLockObject()
Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.