com.hazelcast.jmx
Class InstanceMBean
java.lang.Object
com.hazelcast.jmx.HazelcastMBean<HazelcastInstance>
com.hazelcast.jmx.InstanceMBean
- All Implemented Interfaces:
- DynamicMBean, MBeanRegistration
public class InstanceMBean
- extends HazelcastMBean<HazelcastInstance>
- Author:
- ali 2/1/13
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstanceMBean
protected InstanceMBean(HazelcastInstance managedObject,
ManagementService service)
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.