com.hazelcast.jmx
Class SetMBean

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

public class SetMBean
extends HazelcastMBean<ISet>


Field Summary
 
Fields inherited from class com.hazelcast.jmx.HazelcastMBean
attributeMap, operationMap
 
Constructor Summary
protected SetMBean(ISet managedObject, ManagementService service)
           
 
Method Summary
 void clear()
           
 String getName()
           
 String getPartitionKey()
           
 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

SetMBean

protected SetMBean(ISet managedObject,
                   ManagementService service)
Method Detail

clear

public void clear()

getName

public String getName()

getPartitionKey

public String getPartitionKey()

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<ISet>
Throws:
Exception


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