com.hazelcast.management
Class SerializableConnectionManagerBean
java.lang.Object
com.hazelcast.management.SerializableConnectionManagerBean
- All Implemented Interfaces:
- JsonSerializable
public class SerializableConnectionManagerBean
- extends Object
- implements JsonSerializable
A Serializable DTO for ConnectionManagerMBean
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerializableConnectionManagerBean
public SerializableConnectionManagerBean()
SerializableConnectionManagerBean
public SerializableConnectionManagerBean(ConnectionManager cm)
getClientConnectionCount
public int getClientConnectionCount()
setClientConnectionCount
public void setClientConnectionCount(int clientConnectionCount)
getActiveConnectionCount
public int getActiveConnectionCount()
setActiveConnectionCount
public void setActiveConnectionCount(int activeConnectionCount)
getConnectionCount
public int getConnectionCount()
setConnectionCount
public void setConnectionCount(int connectionCount)
toJson
public com.eclipsesource.json.JsonObject toJson()
- Specified by:
toJson
in interface JsonSerializable
fromJson
public void fromJson(com.eclipsesource.json.JsonObject json)
- Specified by:
fromJson
in interface JsonSerializable
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.