Package | Description |
---|---|
com.tangosol.net.events |
Contains classes related to the Coherence Live Event Model.
|
com.tangosol.net.events.partition |
Contains classes related to PartitionedService events within the Coherence
Live Event Model.
|
com.tangosol.net.events.partition.cache |
Contains classes related to PartitionedCache events within the Coherence
Live Event Model.
|
Modifier and Type | Method and Description |
---|---|
EventDispatcher |
Event.getDispatcher()
Return the
EventDispatcher this event was raised by. |
Modifier and Type | Method and Description |
---|---|
void |
EventDispatcherAwareInterceptor.introduceEventDispatcher(String sIdentifier,
EventDispatcher dispatcher)
Introduce and possibly bind this
EventInterceptor to the
specified EventDispatcher . |
void |
EventDispatcherRegistry.registerEventDispatcher(EventDispatcher dispatcher)
Add the specified
EventDispatcher to the list of known
EventDispatchers that are informed about registered
EventInterceptor s. |
void |
EventDispatcherRegistry.unregisterEventDispatcher(EventDispatcher dispatcher)
Remove the specified
EventDispatcher from the list of known
EventDispatchers. |
Modifier and Type | Interface and Description |
---|---|
interface |
PartitionedServiceDispatcher
A PartitionedServiceDispatcher dispatches
Event s
from a PartitionedService . |
Modifier and Type | Interface and Description |
---|---|
interface |
PartitionedCacheDispatcher
A PartitionedCacheDispatcher raises the following server-side
Event s pertaining to backing-map operations:
EntryEvent s
EntryProcessorEvent s
|