com.hazelcast.jmx
Class ListMBean
java.lang.Object
com.hazelcast.jmx.HazelcastMBean<IList<?>>
com.hazelcast.jmx.ListMBean
- All Implemented Interfaces:
- DynamicMBean, MBeanRegistration
public class ListMBean
- extends HazelcastMBean<IList<?>>
Management bean for IList
Methods inherited from class com.hazelcast.jmx.HazelcastMBean |
getAttribute, getAttributes, getMBeanInfo, invoke, postDeregister, postRegister, preRegister, register, setAttribute, setAttributes, setObjectName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListMBean
protected ListMBean(IList<?> managedObject,
ManagementService service)
clear
public void clear()
getName
public String getName()
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<IList<?>>
- Throws:
Exception
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.