com.hazelcast.jmx
Class CountDownLatchMBean
java.lang.Object
com.hazelcast.jmx.HazelcastMBean<ICountDownLatch>
com.hazelcast.jmx.CountDownLatchMBean
- All Implemented Interfaces:
- DynamicMBean, MBeanRegistration
public class CountDownLatchMBean
- extends HazelcastMBean<ICountDownLatch>
- Author:
- ali 2/8/13
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CountDownLatchMBean
protected CountDownLatchMBean(ICountDownLatch managedObject,
ManagementService service)
name
public String name()
getCount
public int getCount()
countDown
public void countDown()
Copyright © 2013 Hazelcast, Inc.. All Rights Reserved.