com.hazelcast.management
Class SerializableEventServiceBean

java.lang.Object
  extended by com.hazelcast.management.SerializableEventServiceBean
All Implemented Interfaces:
JsonSerializable

public class SerializableEventServiceBean
extends Object
implements JsonSerializable

A Serializable DTO for EventServiceMBean.


Constructor Summary
SerializableEventServiceBean()
           
SerializableEventServiceBean(EventService es)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializableEventServiceBean

public SerializableEventServiceBean()

SerializableEventServiceBean

public SerializableEventServiceBean(EventService es)
Method Detail

getEventThreadCount

public int getEventThreadCount()

setEventThreadCount

public void setEventThreadCount(int eventThreadCount)

getEventQueueCapacity

public int getEventQueueCapacity()

setEventQueueCapacity

public void setEventQueueCapacity(int eventQueueCapacity)

getEventQueueSize

public int getEventQueueSize()

setEventQueueSize

public void setEventQueueSize(int eventQueueSize)

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.