com.hazelcast.jmx
Class ListMBean

java.lang.Object
  extended by com.hazelcast.jmx.HazelcastMBean<IList<?>>
      extended by com.hazelcast.jmx.ListMBean
All Implemented Interfaces:
DynamicMBean, MBeanRegistration

public class ListMBean
extends HazelcastMBean<IList<?>>


Field Summary
 
Fields inherited from class com.hazelcast.jmx.HazelcastMBean
attributeMap, operationMap
 
Constructor Summary
protected ListMBean(IList<?> managedObject, ManagementService service)
           
 
Method Summary
 void clear()
           
 String getName()
           
 long getTotalAddedItemCount()
           
 long getTotalRemovedItemCount()
           
 void preDeregister()
           
 
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
 

Constructor Detail

ListMBean

protected ListMBean(IList<?> managedObject,
                    ManagementService service)
Method Detail

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 © 2014 Hazelcast, Inc.. All Rights Reserved.