public class MXBeansDTO extends Object implements JsonSerializable
Constructor and Description |
---|
MXBeansDTO() |
Modifier and Type | Method and Description |
---|---|
void |
fromJson(JsonObject json)
Extracts the state from the given
json object and mutates the
state of this object. |
ConnectionManagerDTO |
getConnectionManagerBean() |
EventServiceDTO |
getEventServiceBean() |
ManagedExecutorDTO |
getManagedExecutorBean(String name) |
OperationServiceDTO |
getOperationServiceBean() |
PartitionServiceBeanDTO |
getPartitionServiceBean() |
ProxyServiceDTO |
getProxyServiceBean() |
void |
putManagedExecutor(String name,
ManagedExecutorDTO bean) |
void |
setConnectionManagerBean(ConnectionManagerDTO connectionManagerBean) |
void |
setEventServiceBean(EventServiceDTO eventServiceBean) |
void |
setOperationServiceBean(OperationServiceDTO operationServiceBean) |
void |
setPartitionServiceBean(PartitionServiceBeanDTO partitionServiceBean) |
void |
setProxyServiceBean(ProxyServiceDTO proxyServiceBean) |
JsonObject |
toJson()
Serializes state represented by this object into a
JsonObject . |
public EventServiceDTO getEventServiceBean()
public void setEventServiceBean(EventServiceDTO eventServiceBean)
public OperationServiceDTO getOperationServiceBean()
public void setOperationServiceBean(OperationServiceDTO operationServiceBean)
public ConnectionManagerDTO getConnectionManagerBean()
public void setConnectionManagerBean(ConnectionManagerDTO connectionManagerBean)
public PartitionServiceBeanDTO getPartitionServiceBean()
public void setPartitionServiceBean(PartitionServiceBeanDTO partitionServiceBean)
public ProxyServiceDTO getProxyServiceBean()
public void setProxyServiceBean(ProxyServiceDTO proxyServiceBean)
public ManagedExecutorDTO getManagedExecutorBean(String name)
public void putManagedExecutor(String name, ManagedExecutorDTO bean)
public JsonObject toJson()
JsonSerializable
JsonObject
.toJson
in interface JsonSerializable
public void fromJson(JsonObject json)
JsonSerializable
json
object and mutates the
state of this object.fromJson
in interface JsonSerializable
json
- the JSON object carrying state for this objectCopyright © 2019 Hazelcast, Inc.. All Rights Reserved.