com.hazelcast.internal.management.dto
Class MXBeansDTO
java.lang.Object
com.hazelcast.internal.management.dto.MXBeansDTO
- All Implemented Interfaces:
- JsonSerializable
public class MXBeansDTO
- extends Object
- implements JsonSerializable
Holder class for serializable service beans.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MXBeansDTO
public MXBeansDTO()
getEventServiceBean
public EventServiceDTO getEventServiceBean()
setEventServiceBean
public void setEventServiceBean(EventServiceDTO eventServiceBean)
getOperationServiceBean
public OperationServiceDTO getOperationServiceBean()
setOperationServiceBean
public void setOperationServiceBean(OperationServiceDTO operationServiceBean)
getConnectionManagerBean
public ConnectionManagerDTO getConnectionManagerBean()
setConnectionManagerBean
public void setConnectionManagerBean(ConnectionManagerDTO connectionManagerBean)
getPartitionServiceBean
public PartitionServiceBeanDTO getPartitionServiceBean()
setPartitionServiceBean
public void setPartitionServiceBean(PartitionServiceBeanDTO partitionServiceBean)
getProxyServiceBean
public ProxyServiceDTO getProxyServiceBean()
setProxyServiceBean
public void setProxyServiceBean(ProxyServiceDTO proxyServiceBean)
getManagedExecutorBean
public ManagedExecutorDTO getManagedExecutorBean(String name)
putManagedExecutor
public void putManagedExecutor(String name,
ManagedExecutorDTO bean)
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.