com.hazelcast.management
Class SerializableConnectionManagerBean

java.lang.Object
  extended by com.hazelcast.management.SerializableConnectionManagerBean
All Implemented Interfaces:
JsonSerializable

public class SerializableConnectionManagerBean
extends Object
implements JsonSerializable

A Serializable DTO for ConnectionManagerMBean.


Constructor Summary
SerializableConnectionManagerBean()
           
SerializableConnectionManagerBean(ConnectionManager cm)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializableConnectionManagerBean

public SerializableConnectionManagerBean()

SerializableConnectionManagerBean

public SerializableConnectionManagerBean(ConnectionManager cm)
Method Detail

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.