public class MXBeansDTO extends Object implements JsonSerializable
Constructor and Description |
---|
MXBeansDTO() |
Modifier and Type | Method and Description |
---|---|
void |
fromJson(JsonObject json) |
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() |
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()
toJson
in interface JsonSerializable
public void fromJson(JsonObject json)
fromJson
in interface JsonSerializable
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.