com.hazelcast.jmx
Class CountDownLatchMBean

java.lang.Object
  extended by com.hazelcast.jmx.HazelcastMBean<ICountDownLatch>
      extended by com.hazelcast.jmx.CountDownLatchMBean
All Implemented Interfaces:
DynamicMBean, MBeanRegistration

public class CountDownLatchMBean
extends HazelcastMBean<ICountDownLatch>


Field Summary
 
Fields inherited from class com.hazelcast.jmx.HazelcastMBean
attributeMap, operationMap
 
Constructor Summary
protected CountDownLatchMBean(ICountDownLatch managedObject, ManagementService service)
           
 
Method Summary
 void countDown()
           
 int getCount()
           
 String getPartitionKey()
           
 String name()
           
 
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
 

Constructor Detail

CountDownLatchMBean

protected CountDownLatchMBean(ICountDownLatch managedObject,
                              ManagementService service)
Method Detail

name

public String name()

getCount

public int getCount()

countDown

public void countDown()

getPartitionKey

public String getPartitionKey()


Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.