Uses of Interface
com.hazelcast.spi.EventRegistration

Packages that use EventRegistration
com.hazelcast.spi Provides interfaces/classes for Hazelcast SPI. 
 

Uses of EventRegistration in com.hazelcast.spi
 

Methods in com.hazelcast.spi that return EventRegistration
 EventRegistration[] EventService.getRegistrationsAsArray(String serviceName, String topic)
           
 EventRegistration EventService.registerListener(String serviceName, String topic, EventFilter filter, Object listener)
           
 EventRegistration EventService.registerListener(String serviceName, String topic, Object listener)
           
 EventRegistration EventService.registerLocalListener(String serviceName, String topic, EventFilter filter, Object listener)
           
 EventRegistration EventService.registerLocalListener(String serviceName, String topic, Object listener)
           
 

Methods in com.hazelcast.spi that return types with arguments of type EventRegistration
 Collection<EventRegistration> EventService.getRegistrations(String serviceName, String topic)
           
 

Methods in com.hazelcast.spi with parameters of type EventRegistration
 void EventService.publishEvent(String serviceName, EventRegistration registration, Object event, int orderKey)
           
 

Method parameters in com.hazelcast.spi with type arguments of type EventRegistration
 void EventService.publishEvent(String serviceName, Collection<EventRegistration> registrations, Object event, int orderKey)
           
 



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