com.hazelcast.internal.management.dto
Class ProxyServiceDTO
java.lang.Object
com.hazelcast.internal.management.dto.ProxyServiceDTO
- All Implemented Interfaces:
- JsonSerializable
public class ProxyServiceDTO
- extends Object
- implements JsonSerializable
A Serializable DTO for ProxyServiceMBean
.
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 |
proxyCount
public int proxyCount
ProxyServiceDTO
public ProxyServiceDTO()
ProxyServiceDTO
public ProxyServiceDTO(ProxyService proxyService)
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.