Uses of Interface
com.tangosol.net.events.EventDispatcher
Packages that use 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
Methods in com.oracle.coherence.cdi.events with parameters of type EventDispatcherModifier 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
Methods in com.oracle.coherence.mp.config with parameters of type EventDispatcherModifier and TypeMethodDescriptionvoid
CoherenceConfigSource.introduceEventDispatcher
(String sIdentifier, EventDispatcher dispatcher) -
Uses of EventDispatcher in com.tangosol.net
Methods in com.tangosol.net with parameters of type EventDispatcherModifier and TypeMethodDescriptiondefault void
Coherence.LifecycleListener.introduceEventDispatcher
(String sIdentifier, EventDispatcher dispatcher) -
Uses of EventDispatcher in com.tangosol.net.events
Subinterfaces of EventDispatcher in com.tangosol.net.eventsModifier 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
Methods in com.tangosol.net.events that return EventDispatcherModifier and TypeMethodDescriptionEvent.getDispatcher()
Return theEventDispatcher
this event was raised by.Methods in com.tangosol.net.events with parameters of type EventDispatcherModifier 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
Subinterfaces of EventDispatcher in com.tangosol.net.events.partitionModifier and TypeInterfaceDescriptioninterface
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.cacheModifier and TypeInterfaceDescriptioninterface
A CacheLifecycleEventDispatcher raisesCacheLifecycleEvent
s.interface
A PartitionedCacheDispatcher raises the following server-sideEvent
s pertaining to backing-map operations:CacheLifecycleEvent
sEntryEvent
sEntryProcessorEvent
s