com.hazelcast.jmx
Class InstanceMBean

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

public class InstanceMBean
extends HazelcastMBean<HazelcastInstance>

Author:
ali 2/1/13

Field Summary
 
Fields inherited from class com.hazelcast.jmx.HazelcastMBean
attributeMap, operationMap
 
Constructor Summary
protected InstanceMBean(HazelcastInstance managedObject, ManagementService service)
           
 
Method Summary
 long getClusterTime()
           
 String getConfig()
           
 String getConfigSource()
           
 String getGroupName()
           
 int getMemberCount()
           
 List<String> getMembers()
           
 String getName()
           
 int getPort()
           
 boolean isRunning()
           
 void shutdown()
           
 
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

InstanceMBean

protected InstanceMBean(HazelcastInstance managedObject,
                        ManagementService service)
Method Detail

getName

public String getName()

getConfig

public String getConfig()

getConfigSource

public String getConfigSource()

getGroupName

public String getGroupName()

getPort

public int getPort()

getClusterTime

public long getClusterTime()

getMemberCount

public int getMemberCount()

getMembers

public List<String> getMembers()

isRunning

public boolean isRunning()

shutdown

public void shutdown()


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