Uses of Interface
com.tangosol.net.events.EventDispatcher
Package
Description
Support for adapting Coherence interceptors to standard CDI events.
Coherence support for Eclipse MicroProfile Config.
Contains basic cluster interfaces and factories.
Contains classes related to the Coherence Live Event Model.
Contains classes related to PartitionedService events within the Coherence
Live Event Model.
Contains classes related to PartitionedCache events within the Coherence
Live Event Model.
-
Uses of EventDispatcher in com.oracle.coherence.cdi.events
Modifier and TypeMethodDescriptionvoid
EventObserverSupport.EventHandler.introduceEventDispatcher
(String sIdentifier, EventDispatcher dispatcher) protected boolean
EventObserverSupport.CoherenceLifecycleEventHandler.isApplicable
(EventDispatcher dispatcher, String sScopeName) protected abstract boolean
EventObserverSupport.EventHandler.isApplicable
(EventDispatcher dispatcher, String sScopeName) Returntrue
if this interceptor should be registered with a specified dispatcher.protected boolean
EventObserverSupport.LifecycleEventHandler.isApplicable
(EventDispatcher dispatcher, String sScopeName) protected boolean
EventObserverSupport.ServiceEventHandler.isApplicable
(EventDispatcher dispatcher, String sScopeName) protected boolean
EventObserverSupport.SessionLifecycleEventHandler.isApplicable
(EventDispatcher dispatcher, String sScopeName) -
Uses of EventDispatcher in com.oracle.coherence.mp.config
Modifier and TypeMethodDescriptionvoid
CoherenceConfigSource.introduceEventDispatcher
(String sIdentifier, EventDispatcher dispatcher) -
Uses of EventDispatcher in com.tangosol.net
Modifier and TypeMethodDescriptiondefault void
Coherence.LifecycleListener.introduceEventDispatcher
(String sIdentifier, EventDispatcher dispatcher) -
Uses of EventDispatcher in com.tangosol.net.events
Modifier and TypeInterfaceDescriptioninterface
A CoherenceDispatcher raisesEvent
s pertaining to operations on aCoherence
instance:CoherenceLifecycleEvents
interface
A CoherenceDispatcher raisesEvent
s pertaining to operations on aCoherence
instance:CoherenceLifecycleEvents
Modifier and TypeMethodDescriptionEvent.getDispatcher()
Return theEventDispatcher
this event was raised by.Modifier and TypeMethodDescriptionvoid
EventDispatcherAwareInterceptor.introduceEventDispatcher
(String sIdentifier, EventDispatcher dispatcher) Introduce and possibly bind thisEventInterceptor
to the specifiedEventDispatcher
.void
NamedEventInterceptor.introduceEventDispatcher
(String sIdentifier, EventDispatcher dispatcher) Introduce and possibly bind thisEventInterceptor
to the specifiedEventDispatcher
.boolean
NamedEventInterceptor.isAcceptable
(EventDispatcher dispatcher) Determine whether theEventDispatcher
should be accepted by this interceptor.void
EventDispatcherRegistry.registerEventDispatcher
(EventDispatcher dispatcher) Add the specifiedEventDispatcher
to the list of known EventDispatchers that are informed about registeredEventInterceptor
s.void
EventDispatcherRegistry.unregisterEventDispatcher
(EventDispatcher dispatcher) Remove the specifiedEventDispatcher
from the list of known EventDispatchers. -
Uses of EventDispatcher in com.tangosol.net.events.partition
Modifier and TypeInterfaceDescriptioninterface
A PartitionedServiceDispatcher dispatchesEvent
s from aPartitionedService
. -
Uses of EventDispatcher in com.tangosol.net.events.partition.cache
Modifier and TypeInterfaceDescriptioninterface
A CacheLifecycleEventDispatcher raisesCacheLifecycleEvent
s.interface
A PartitionedCacheDispatcher raises the following server-sideEvent
s pertaining to backing-map operations:CacheLifecycleEvent
sEntryEvent
sEntryProcessorEvent
s