com.hazelcast.management
Class SerializableProxyServiceBean

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

public class SerializableProxyServiceBean
extends Object
implements JsonSerializable

A Serializable DTO for ProxyServiceMBean.


Constructor Summary
SerializableProxyServiceBean()
           
SerializableProxyServiceBean(ProxyService proxyService)
           
 
Method Summary
 void fromJson(com.eclipsesource.json.JsonObject json)
           
 int getProxyCount()
           
 void setProxyCount(int proxyCount)
           
 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

SerializableProxyServiceBean

public SerializableProxyServiceBean()

SerializableProxyServiceBean

public SerializableProxyServiceBean(ProxyService proxyService)
Method Detail

getProxyCount

public int getProxyCount()

setProxyCount

public void setProxyCount(int proxyCount)

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.