public class SerializableEventServiceBean extends Object implements JsonSerializable
EventServiceMBean
.Constructor and Description |
---|
SerializableEventServiceBean() |
SerializableEventServiceBean(EventService es) |
Modifier and Type | Method and Description |
---|---|
void |
fromJson(com.eclipsesource.json.JsonObject json) |
int |
getEventQueueCapacity() |
int |
getEventQueueSize() |
int |
getEventThreadCount() |
void |
setEventQueueCapacity(int eventQueueCapacity) |
void |
setEventQueueSize(int eventQueueSize) |
void |
setEventThreadCount(int eventThreadCount) |
com.eclipsesource.json.JsonObject |
toJson() |
public SerializableEventServiceBean()
public SerializableEventServiceBean(EventService es)
public int getEventThreadCount()
public void setEventThreadCount(int eventThreadCount)
public int getEventQueueCapacity()
public void setEventQueueCapacity(int eventQueueCapacity)
public int getEventQueueSize()
public void setEventQueueSize(int eventQueueSize)
public com.eclipsesource.json.JsonObject toJson()
toJson
in interface JsonSerializable
public void fromJson(com.eclipsesource.json.JsonObject json)
fromJson
in interface JsonSerializable
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.