Uses of Interface
com.hazelcast.spi.EventService

Packages that use EventService
com.hazelcast.client Contains classes/interfaces related to Client 
com.hazelcast.client.impl Contains most of the client side HazelcastInstance implementation functionality. 
com.hazelcast.jmx Contains Hazelcast management bean classes. 
com.hazelcast.management Contains classes to provide data/operation interface for Management Center. 
com.hazelcast.nio This package contains classes related to New IO
 
com.hazelcast.spi Provides interfaces/classes for Hazelcast SPI. 
com.hazelcast.spi.impl Contains implementations for Hazelcast SPI. 
 

Uses of EventService in com.hazelcast.client
 

Methods in com.hazelcast.client that return EventService
 EventService ClientEngine.getEventService()
           
 

Uses of EventService in com.hazelcast.client.impl
 

Methods in com.hazelcast.client.impl that return EventService
 EventService ClientEngineImpl.getEventService()
           
 

Uses of EventService in com.hazelcast.jmx
 

Constructors in com.hazelcast.jmx with parameters of type EventService
EventServiceMBean(HazelcastInstance hazelcastInstance, EventService eventService, ManagementService service)
           
 

Uses of EventService in com.hazelcast.management
 

Constructors in com.hazelcast.management with parameters of type EventService
SerializableEventServiceBean(EventService es)
           
 

Uses of EventService in com.hazelcast.nio
 

Methods in com.hazelcast.nio that return EventService
 EventService NodeIOService.getEventService()
           
 EventService IOService.getEventService()
           
 

Uses of EventService in com.hazelcast.spi
 

Methods in com.hazelcast.spi that return EventService
 EventService NodeEngine.getEventService()
           
 

Uses of EventService in com.hazelcast.spi.impl
 

Classes in com.hazelcast.spi.impl that implement EventService
 class EventServiceImpl
           
 

Methods in com.hazelcast.spi.impl that return EventService
 EventService NodeEngineImpl.getEventService()
           
 



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