|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InternalEventService
The InternalEventService is an EventService
interface that adds additional capabilities
we don't want to expose to the end user. So they are purely meant to be used internally.
Method Summary | |
---|---|
void |
close(EventRegistration eventRegistration)
Closes an EventRegistration. |
void |
handleEvent(Packet packet)
Handles an event-packet. |
Methods inherited from interface com.hazelcast.spi.EventService |
---|
deregisterAllListeners, deregisterListener, executeEventCallback, getEventQueueCapacity, getEventQueueSize, getEventThreadCount, getRegistrations, getRegistrationsAsArray, hasEventRegistration, publishEvent, publishEvent, publishEvent, registerListener, registerListener, registerLocalListener, registerLocalListener |
Method Detail |
---|
void handleEvent(Packet packet)
packet
- the event packet to handle.void close(EventRegistration eventRegistration)
eventRegistration
- the EventRegistration to close.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |