com.hazelcast.jmx
Class ConnectionManagerMBean

java.lang.Object
  extended by com.hazelcast.jmx.HazelcastMBean<com.hazelcast.nio.ConnectionManager>
      extended by com.hazelcast.jmx.ConnectionManagerMBean
All Implemented Interfaces:
DynamicMBean, MBeanRegistration

public class ConnectionManagerMBean
extends HazelcastMBean<com.hazelcast.nio.ConnectionManager>


Field Summary
 
Fields inherited from class com.hazelcast.jmx.HazelcastMBean
attributeMap, operationMap
 
Constructor Summary
ConnectionManagerMBean(HazelcastInstance hazelcastInstance, com.hazelcast.nio.ConnectionManager connectionManager, ManagementService service)
           
 
Method Summary
 int getActiveConnectionCount()
           
 int getConnectionCount()
           
 com.hazelcast.nio.ConnectionManager getConnectionManager()
           
 int getCurrentClientConnections()
           
 
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

ConnectionManagerMBean

public ConnectionManagerMBean(HazelcastInstance hazelcastInstance,
                              com.hazelcast.nio.ConnectionManager connectionManager,
                              ManagementService service)
Method Detail

getConnectionManager

public com.hazelcast.nio.ConnectionManager getConnectionManager()

getCurrentClientConnections

public int getCurrentClientConnections()

getActiveConnectionCount

public int getActiveConnectionCount()

getConnectionCount

public int getConnectionCount()


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