com.hazelcast.jmx
Class ClientEngineMBean

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

public class ClientEngineMBean
extends HazelcastMBean<ClientEngine>

Management bean for ClientEngine


Field Summary
 
Fields inherited from class com.hazelcast.jmx.HazelcastMBean
attributeMap, operationMap
 
Constructor Summary
ClientEngineMBean(HazelcastInstance hazelcastInstance, ClientEngine clientEngine, ManagementService service)
           
 
Method Summary
 int getClientEndpointCount()
           
 
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

ClientEngineMBean

public ClientEngineMBean(HazelcastInstance hazelcastInstance,
                         ClientEngine clientEngine,
                         ManagementService service)
Method Detail

getClientEndpointCount

public int getClientEndpointCount()


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