public class SerializableConnectionManagerBean extends Object implements JsonSerializable
ConnectionManagerMBean
.Constructor and Description |
---|
SerializableConnectionManagerBean() |
SerializableConnectionManagerBean(ConnectionManager cm) |
Modifier and Type | Method and Description |
---|---|
void |
fromJson(com.eclipsesource.json.JsonObject json) |
int |
getActiveConnectionCount() |
int |
getClientConnectionCount() |
int |
getConnectionCount() |
void |
setActiveConnectionCount(int activeConnectionCount) |
void |
setClientConnectionCount(int clientConnectionCount) |
void |
setConnectionCount(int connectionCount) |
com.eclipsesource.json.JsonObject |
toJson() |
public SerializableConnectionManagerBean()
public SerializableConnectionManagerBean(ConnectionManager cm)
public int getClientConnectionCount()
public void setClientConnectionCount(int clientConnectionCount)
public int getActiveConnectionCount()
public void setActiveConnectionCount(int activeConnectionCount)
public int getConnectionCount()
public void setConnectionCount(int connectionCount)
public com.eclipsesource.json.JsonObject toJson()
toJson
in interface JsonSerializable
public void fromJson(com.eclipsesource.json.JsonObject json)
fromJson
in interface JsonSerializable
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.