com.hazelcast.jmx
Class LockMBean
java.lang.Object
com.hazelcast.jmx.HazelcastMBean<ILock>
com.hazelcast.jmx.LockMBean
- All Implemented Interfaces:
- DynamicMBean, MBeanRegistration
public class LockMBean
- extends HazelcastMBean<ILock>
Management bean for ILock
Methods inherited from class com.hazelcast.jmx.HazelcastMBean |
getAttribute, getAttributes, getMBeanInfo, invoke, postDeregister, postRegister, preDeregister, preRegister, register, setAttribute, setAttributes, setObjectName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LockMBean
protected LockMBean(ILock managedObject,
ManagementService service)
getName
public String getName()
getLockObject
public String getLockObject()
getRemainingLeaseTime
public long getRemainingLeaseTime()
getLockCount
public int getLockCount()
clear
public void clear()
getPartitionKey
public String getPartitionKey()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.