com.hazelcast.jmx
Class NodeMBean

java.lang.Object
  extended by com.hazelcast.jmx.HazelcastMBean<com.hazelcast.instance.Node>
      extended by com.hazelcast.jmx.NodeMBean
All Implemented Interfaces:
DynamicMBean, MBeanRegistration

public class NodeMBean
extends HazelcastMBean<com.hazelcast.instance.Node>


Field Summary
 
Fields inherited from class com.hazelcast.jmx.HazelcastMBean
attributeMap, operationMap
 
Constructor Summary
NodeMBean(HazelcastInstance hazelcastInstance, com.hazelcast.instance.Node node, ManagementService service)
           
 
Method Summary
 String getMasterAddress()
           
 String getName()
           
 
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

NodeMBean

public NodeMBean(HazelcastInstance hazelcastInstance,
                 com.hazelcast.instance.Node node,
                 ManagementService service)
Method Detail

getName

public String getName()

getMasterAddress

public String getMasterAddress()


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