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 abstract classes for processing Federated Caching Live Events.
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 TypeMethodDescriptionvoidEventObserverSupport.EventHandler.introduceEventDispatcher(String sIdentifier, EventDispatcher dispatcher) protected booleanEventObserverSupport.CoherenceLifecycleEventHandler.isApplicable(EventDispatcher dispatcher, String sScopeName) protected abstract booleanEventObserverSupport.EventHandler.isApplicable(EventDispatcher dispatcher, String sScopeName) Returntrueif this interceptor should be registered with a specified dispatcher.protected booleanEventObserverSupport.LifecycleEventHandler.isApplicable(EventDispatcher dispatcher, String sScopeName) protected booleanEventObserverSupport.ServiceEventHandler.isApplicable(EventDispatcher dispatcher, String sScopeName) protected booleanEventObserverSupport.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 TypeMethodDescriptionvoidCoherenceConfigSource.introduceEventDispatcher(String sIdentifier, EventDispatcher dispatcher) -
Uses of EventDispatcher in com.tangosol.coherence.federation.events
Methods in com.tangosol.coherence.federation.events with parameters of type EventDispatcherModifier and TypeMethodDescriptionvoidAbstractFederatedInterceptor.introduceEventDispatcher(String sIdentifier, EventDispatcher dispatcher) Introduce and possibly bind thisEventInterceptorto the specifiedEventDispatcher. -
Uses of EventDispatcher in com.tangosol.net
Methods in com.tangosol.net with parameters of type EventDispatcherModifier and TypeMethodDescriptiondefault voidCoherence.LifecycleListener.introduceEventDispatcher(String sIdentifier, EventDispatcher dispatcher) -
Uses of EventDispatcher in com.tangosol.net.events
Subinterfaces of EventDispatcher in com.tangosol.net.eventsModifier and TypeInterfaceDescriptioninterfaceA CoherenceDispatcher raisesEvents pertaining to operations on aCoherenceinstance:CoherenceLifecycleEventsinterfaceA CoherenceDispatcher raisesEvents pertaining to operations on aCoherenceinstance:CoherenceLifecycleEventsMethods in com.tangosol.net.events that return EventDispatcherModifier and TypeMethodDescriptionEvent.getDispatcher()Return theEventDispatcherthis event was raised by.Methods in com.tangosol.net.events with parameters of type EventDispatcherModifier and TypeMethodDescriptionvoidEventDispatcherAwareInterceptor.introduceEventDispatcher(String sIdentifier, EventDispatcher dispatcher) Introduce and possibly bind thisEventInterceptorto the specifiedEventDispatcher.voidNamedEventInterceptor.introduceEventDispatcher(String sIdentifier, EventDispatcher dispatcher) Introduce and possibly bind thisEventInterceptorto the specifiedEventDispatcher.booleanNamedEventInterceptor.isAcceptable(EventDispatcher dispatcher) Determine whether theEventDispatchershould be accepted by this interceptor.voidEventDispatcherRegistry.registerEventDispatcher(EventDispatcher dispatcher) Add the specifiedEventDispatcherto the list of known EventDispatchers that are informed about registeredEventInterceptors.voidEventDispatcherRegistry.unregisterEventDispatcher(EventDispatcher dispatcher) Remove the specifiedEventDispatcherfrom the list of known EventDispatchers. -
Uses of EventDispatcher in com.tangosol.net.events.partition
Subinterfaces of EventDispatcher in com.tangosol.net.events.partitionModifier and TypeInterfaceDescriptioninterfaceA PartitionedServiceDispatcher dispatchesEvents from aPartitionedService. -
Uses of EventDispatcher in com.tangosol.net.events.partition.cache
Subinterfaces of EventDispatcher in com.tangosol.net.events.partition.cacheModifier and TypeInterfaceDescriptioninterfaceA CacheLifecycleEventDispatcher raisesCacheLifecycleEvents.interfaceA PartitionedCacheDispatcher raises the following server-sideEvents pertaining to backing-map operations:CacheLifecycleEventsEntryEventsEntryProcessorEvents