public class SerializableProxyServiceBean extends Object implements JsonSerializable
ProxyServiceMBean
.Constructor and Description |
---|
SerializableProxyServiceBean() |
SerializableProxyServiceBean(ProxyService proxyService) |
Modifier and Type | Method and Description |
---|---|
void |
fromJson(com.eclipsesource.json.JsonObject json) |
int |
getProxyCount() |
void |
setProxyCount(int proxyCount) |
com.eclipsesource.json.JsonObject |
toJson() |
public SerializableProxyServiceBean()
public SerializableProxyServiceBean(ProxyService proxyService)
public int getProxyCount()
public void setProxyCount(int proxyCount)
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.