com.hazelcast.jmx
Class QueueMBean
java.lang.Object
com.hazelcast.jmx.HazelcastMBean<IQueue>
com.hazelcast.jmx.QueueMBean
- All Implemented Interfaces:
- DynamicMBean, MBeanRegistration
public class QueueMBean
- extends HazelcastMBean<IQueue>
- Author:
- ali 2/11/13
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueueMBean
protected QueueMBean(IQueue managedObject,
ManagementService service)
getName
public String getName()
getConfig
public String getConfig()
clear
public void clear()
getTotalAddedItemCount
public long getTotalAddedItemCount()
getTotalRemovedItemCount
public long getTotalRemovedItemCount()
preDeregister
public void preDeregister()
throws Exception
- Specified by:
preDeregister
in interface MBeanRegistration
- Overrides:
preDeregister
in class HazelcastMBean<IQueue>
- Throws:
Exception
Copyright © 2013 Hazelcast, Inc.. All Rights Reserved.