com.hazelcast.jmx
Class ProxyServiceMBean

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

public class ProxyServiceMBean
extends HazelcastMBean<ProxyService>

Management bean for ProxyService


Field Summary
 
Fields inherited from class com.hazelcast.jmx.HazelcastMBean
attributeMap, operationMap
 
Constructor Summary
ProxyServiceMBean(HazelcastInstance hazelcastInstance, ProxyService proxyService, ManagementService service)
           
 
Method Summary
 int getProxyCount()
           
 
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

ProxyServiceMBean

public ProxyServiceMBean(HazelcastInstance hazelcastInstance,
                         ProxyService proxyService,
                         ManagementService service)
Method Detail

getProxyCount

public int getProxyCount()


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