com.hazelcast.internal.management.dto
Class ProxyServiceDTO

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

public class ProxyServiceDTO
extends Object
implements JsonSerializable

A Serializable DTO for ProxyServiceMBean.


Field Summary
 int proxyCount
           
 
Constructor Summary
ProxyServiceDTO()
           
ProxyServiceDTO(ProxyService proxyService)
           
 
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

proxyCount

public int proxyCount
Constructor Detail

ProxyServiceDTO

public ProxyServiceDTO()

ProxyServiceDTO

public ProxyServiceDTO(ProxyService proxyService)
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.