com.hazelcast.jmx
Class SemaphoreMBean
java.lang.Object
com.hazelcast.jmx.HazelcastMBean<ISemaphore>
com.hazelcast.jmx.SemaphoreMBean
- All Implemented Interfaces:
- DynamicMBean, MBeanRegistration
public class SemaphoreMBean
- extends HazelcastMBean<ISemaphore>
- Author:
- ali 2/11/13
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SemaphoreMBean
protected SemaphoreMBean(ISemaphore managedObject,
ManagementService service)
getName
public String getName()
getAvailable
public int getAvailable()
drain
public int drain()
reduce
public void reduce(int reduction)
release
public void release(int permits)
Copyright © 2013 Hazelcast, Inc.. All Rights Reserved.