Uses of Interface
com.tangosol.net.events.EventDispatcher
-
Packages that use EventDispatcher Package Description com.oracle.coherence.cdi.events Support for adapting Coherence interceptors to standard CDI events.com.oracle.coherence.mp.config Coherence support for Eclipse MicroProfile Config.com.tangosol.net Contains basic cluster interfaces and factories.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. -
-
Uses of EventDispatcher in com.oracle.coherence.cdi.events
Methods in com.oracle.coherence.cdi.events with parameters of type EventDispatcher Modifier and Type Method Description void
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
Methods in com.oracle.coherence.mp.config with parameters of type EventDispatcher Modifier and Type Method Description void
CoherenceConfigSource. introduceEventDispatcher(String sIdentifier, EventDispatcher dispatcher)
-
Uses of EventDispatcher in com.tangosol.net
Methods in com.tangosol.net with parameters of type EventDispatcher Modifier and Type Method Description default void
Coherence.LifecycleListener. introduceEventDispatcher(String sIdentifier, EventDispatcher dispatcher)
-
Uses of EventDispatcher in com.tangosol.net.events
Subinterfaces of EventDispatcher in com.tangosol.net.events Modifier and Type Interface Description interface
CoherenceDispatcher
A CoherenceDispatcher raisesEvent
s pertaining to operations on aCoherence
instance:CoherenceLifecycleEvents
interface
SessionDispatcher
A CoherenceDispatcher raisesEvent
s pertaining to operations on aCoherence
instance:CoherenceLifecycleEvents
Methods in com.tangosol.net.events that return EventDispatcher Modifier and Type Method Description EventDispatcher
Event. getDispatcher()
Return theEventDispatcher
this event was raised by.Methods in com.tangosol.net.events with parameters of type EventDispatcher Modifier and Type Method Description void
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
Subinterfaces of EventDispatcher in com.tangosol.net.events.partition Modifier and Type Interface Description interface
PartitionedServiceDispatcher
A PartitionedServiceDispatcher dispatchesEvent
s from aPartitionedService
. -
Uses of EventDispatcher in com.tangosol.net.events.partition.cache
Subinterfaces of EventDispatcher in com.tangosol.net.events.partition.cache Modifier and Type Interface Description interface
CacheLifecycleEventDispatcher
A CacheLifecycleEventDispatcher raisesCacheLifecycleEvent
s.interface
PartitionedCacheDispatcher
A PartitionedCacheDispatcher raises the following server-sideEvent
s pertaining to backing-map operations:CacheLifecycleEvent
sEntryEvent
sEntryProcessorEvent
s
-