com.hazelcast.management
Class SerializableMXBeans
java.lang.Object
com.hazelcast.management.SerializableMXBeans
- All Implemented Interfaces:
- JsonSerializable
public class SerializableMXBeans
- 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 |
SerializableMXBeans
public SerializableMXBeans()
getEventServiceBean
public SerializableEventServiceBean getEventServiceBean()
setEventServiceBean
public void setEventServiceBean(SerializableEventServiceBean eventServiceBean)
getOperationServiceBean
public SerializableOperationServiceBean getOperationServiceBean()
setOperationServiceBean
public void setOperationServiceBean(SerializableOperationServiceBean operationServiceBean)
getConnectionManagerBean
public SerializableConnectionManagerBean getConnectionManagerBean()
setConnectionManagerBean
public void setConnectionManagerBean(SerializableConnectionManagerBean connectionManagerBean)
getPartitionServiceBean
public SerializablePartitionServiceBean getPartitionServiceBean()
setPartitionServiceBean
public void setPartitionServiceBean(SerializablePartitionServiceBean partitionServiceBean)
getProxyServiceBean
public SerializableProxyServiceBean getProxyServiceBean()
setProxyServiceBean
public void setProxyServiceBean(SerializableProxyServiceBean proxyServiceBean)
getManagedExecutorBean
public SerializableManagedExecutorBean getManagedExecutorBean(String name)
putManagedExecutor
public void putManagedExecutor(String name,
SerializableManagedExecutorBean 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.