com.hazelcast.internal.management.dto
Class ConnectionManagerDTO

java.lang.Object
  extended by com.hazelcast.internal.management.dto.ConnectionManagerDTO
All Implemented Interfaces:
JsonSerializable

public class ConnectionManagerDTO
extends Object
implements JsonSerializable

A Serializable DTO for ConnectionManagerMBean.


Field Summary
 int activeConnectionCount
           
 int clientConnectionCount
           
 int connectionCount
           
 
Constructor Summary
ConnectionManagerDTO()
           
ConnectionManagerDTO(ConnectionManager cm)
           
 
Method Summary
 void fromJson(com.eclipsesource.json.JsonObject json)
           
 com.eclipsesource.json.JsonObject toJson()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clientConnectionCount

public int clientConnectionCount

activeConnectionCount

public int activeConnectionCount

connectionCount

public int connectionCount
Constructor Detail

ConnectionManagerDTO

public ConnectionManagerDTO()

ConnectionManagerDTO

public ConnectionManagerDTO(ConnectionManager cm)
Method Detail

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.