com.hazelcast.jmx
Class MultiMapMBean

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

public class MultiMapMBean
extends HazelcastMBean<MultiMap>

Author:
ali 2/11/13

Field Summary
 
Fields inherited from class com.hazelcast.jmx.HazelcastMBean
attributeMap, operationMap
 
Constructor Summary
protected MultiMapMBean(MultiMap managedObject, ManagementService service)
           
 
Method Summary
 void clear()
           
 String getName()
           
 int getSize()
           
 
Methods inherited from class com.hazelcast.jmx.HazelcastMBean
getAttribute, getAttributes, getMBeanInfo, invoke, postDeregister, postRegister, preDeregister, preRegister, setAttribute, setAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiMapMBean

protected MultiMapMBean(MultiMap managedObject,
                        ManagementService service)
Method Detail

getName

public String getName()

clear

public void clear()

getSize

public int getSize()


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