com.hazelcast.jmx
Class MultiMapMBean
java.lang.Object
com.hazelcast.jmx.AbstractMBean<MultiMap>
com.hazelcast.jmx.MultiMapMBean
- All Implemented Interfaces:
- DynamicMBean, MBeanRegistration
public class MultiMapMBean
- extends AbstractMBean<MultiMap>
MBean for MultiMap
- Author:
- Marco Ferrante, DISI - University of Genova
Methods inherited from class com.hazelcast.jmx.AbstractMBean |
getAttribute, getAttributes, getManagedObject, getMBeanInfo, getObjectName, getParentName, invoke, postDeregister, postRegister, preDeregister, preRegister, refresh, setAttribute, setAttributes, setParentName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiMapMBean
public MultiMapMBean(MultiMap managedObject,
ManagementService managementService)
getNameSpec
public ObjectNameSpec getNameSpec()
- Description copied from class:
AbstractMBean
- Override to provide a JMX name
- Overrides:
getNameSpec
in class AbstractMBean<MultiMap>
clear
public void clear()
getName
public String getName()
getSize
public int getSize()
Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.