|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventRegistration | |
|---|---|
| com.hazelcast.spi | Provides interfaces/classes for Hazelcast SPI. |
| com.hazelcast.spi.impl | Contains implementations 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)
Returns all registrations belonging to the given service and topic as an array. |
EventRegistration |
EventService.registerListener(String serviceName,
String topic,
EventFilter filter,
Object listener)
Registers a listener on all cluster nodes. |
EventRegistration |
EventService.registerListener(String serviceName,
String topic,
Object listener)
Registers a listener on all cluster nodes. |
EventRegistration |
EventService.registerLocalListener(String serviceName,
String topic,
EventFilter filter,
Object listener)
Registers a local only listener. |
EventRegistration |
EventService.registerLocalListener(String serviceName,
String topic,
Object listener)
Registers a local only listener. |
| Methods in com.hazelcast.spi that return types with arguments of type EventRegistration | |
|---|---|
Collection<EventRegistration> |
EventService.getRegistrations(String serviceName,
String topic)
Returns all registrations belonging to the given service and topic. |
| Methods in com.hazelcast.spi with parameters of type EventRegistration | |
|---|---|
void |
EventService.publishEvent(String serviceName,
EventRegistration registration,
Object event,
int orderKey)
Publishes an event for a specific event registration. |
| Method parameters in com.hazelcast.spi with type arguments of type EventRegistration | |
|---|---|
void |
EventService.publishEvent(String serviceName,
Collection<EventRegistration> registrations,
Object event,
int orderKey)
Publishes an event for multiple event registrations. |
| Uses of EventRegistration in com.hazelcast.spi.impl |
|---|
| Classes in com.hazelcast.spi.impl that implement EventRegistration | |
|---|---|
static class |
EventServiceImpl.Registration
|
| Methods in com.hazelcast.spi.impl that return EventRegistration | |
|---|---|
EventRegistration[] |
EventServiceImpl.getRegistrationsAsArray(String serviceName,
String topic)
|
EventRegistration |
EventServiceImpl.registerListener(String serviceName,
String topic,
EventFilter filter,
Object listener)
|
EventRegistration |
EventServiceImpl.registerListener(String serviceName,
String topic,
Object listener)
|
EventRegistration |
EventServiceImpl.registerLocalListener(String serviceName,
String topic,
EventFilter filter,
Object listener)
|
EventRegistration |
EventServiceImpl.registerLocalListener(String serviceName,
String topic,
Object listener)
|
| Methods in com.hazelcast.spi.impl that return types with arguments of type EventRegistration | |
|---|---|
Collection<EventRegistration> |
EventServiceImpl.getRegistrations(String serviceName,
String topic)
|
| Methods in com.hazelcast.spi.impl with parameters of type EventRegistration | |
|---|---|
void |
EventServiceImpl.publishEvent(String serviceName,
EventRegistration registration,
Object event,
int orderKey)
|
| Method parameters in com.hazelcast.spi.impl with type arguments of type EventRegistration | |
|---|---|
void |
EventServiceImpl.publishEvent(String serviceName,
Collection<EventRegistration> registrations,
Object event,
int orderKey)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||