com.hazelcast.jmx
Class ConnectionManagerMBean
java.lang.Object
com.hazelcast.jmx.HazelcastMBean<ConnectionManager>
com.hazelcast.jmx.ConnectionManagerMBean
- All Implemented Interfaces:
- DynamicMBean, MBeanRegistration
public class ConnectionManagerMBean
- extends HazelcastMBean<ConnectionManager>
Management bean for ConnectionManager
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 |
ConnectionManagerMBean
public ConnectionManagerMBean(HazelcastInstance hazelcastInstance,
ConnectionManager connectionManager,
ManagementService service)
getConnectionManager
public ConnectionManager getConnectionManager()
getCurrentClientConnections
public int getCurrentClientConnections()
getActiveConnectionCount
public int getActiveConnectionCount()
getConnectionCount
public int getConnectionCount()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.