com.hazelcast.jmx
Class AtomicReferenceMBean

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

public class AtomicReferenceMBean
extends HazelcastMBean<IAtomicReference>


Field Summary
 
Fields inherited from class com.hazelcast.jmx.HazelcastMBean
attributeMap, operationMap
 
Constructor Summary
AtomicReferenceMBean(IAtomicReference managedObject, ManagementService service)
           
 
Method Summary
 String getName()
           
 String getPartitionKey()
           
 
Methods inherited from class com.hazelcast.jmx.HazelcastMBean
getAttribute, getAttributes, getMBeanInfo, invoke, postDeregister, postRegister, preDeregister, 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

AtomicReferenceMBean

public AtomicReferenceMBean(IAtomicReference managedObject,
                            ManagementService service)
Method Detail

getName

public String getName()

getPartitionKey

public String getPartitionKey()


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