com.hazelcast.jmx
Class EventServiceMBean

java.lang.Object
  extended by com.hazelcast.jmx.HazelcastMBean<EventService>
      extended by com.hazelcast.jmx.EventServiceMBean
All Implemented Interfaces:
DynamicMBean, MBeanRegistration

public class EventServiceMBean
extends HazelcastMBean<EventService>

Management bean for EventService


Field Summary
 
Fields inherited from class com.hazelcast.jmx.HazelcastMBean
attributeMap, operationMap
 
Constructor Summary
EventServiceMBean(HazelcastInstance hazelcastInstance, EventService eventService, ManagementService service)
           
 
Method Summary
 int getEventQueueCapacity()
           
 int getEventQueueSize()
           
 int getEventThreadCount()
           
 
Methods inherited from class com.hazelcast.jmx.HazelcastMBean
getAttribute, getAttributes, getMBeanInfo, invoke, postDeregister, postRegister, preDeregister, preRegister, register, setAttribute, setAttributes, setObjectName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventServiceMBean

public EventServiceMBean(HazelcastInstance hazelcastInstance,
                         EventService eventService,
                         ManagementService service)
Method Detail

getEventThreadCount

public int getEventThreadCount()

getEventQueueCapacity

public int getEventQueueCapacity()

getEventQueueSize

public int getEventQueueSize()


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.