Package com.oracle.coherence.cdi.events
package com.oracle.coherence.cdi.events
Support for adapting Coherence interceptors to standard CDI events.
This package contains the qualifiers necessary to define CDI observers for various Coherence events.
- Since:
- 20.06
- Author:
- Aleks Seovic 2020.04.01
-
ClassDescriptionA qualifier annotation used for any ACTIVATED event.An annotation literal for the
Activated
annotation.A qualifier annotation used for any ACTIVATING event.An annotation literal for theActivating
annotation.AnnotatedMapListener<K,V> MapListener
implementation that dispatchesMapEvent
s to a CDI observer.A producer ofFilter
instances.A producer ofMapEventTransformer
instances.Registers discovered CDI observer-basedMapListener
s when the cache is created, and unregisters them when it's destroyed.A qualifier annotation used for any ARRIVED event.An annotation literal for theArrived
annotation.A qualifier annotation used for any ASSIGNED event.An annotation literal for theAssigned
annotation.A qualifier annotation used for any BACKLOG event.An annotation literal for theBacklog
annotation.The backlog event type.A qualifier annotation used to indicate a specific cache name.An annotation literal for theCacheName
annotation.A qualifier annotation used for any COMMITTED event.An annotation literal for theCommitted
annotation.A qualifier annotation used for any COMMITTING event.An annotation literal for theCommitting
annotation.A qualifier annotation used for any COMMITTING_LOCAL event.An annotation literal for theCommittingLocal
annotation.A qualifier annotation used for any COMMITTING_REMOTE event.An annotation literal for theCommittingRemote
annotation.A qualifier annotation used for any CONNECTING event.An annotation literal for theConnecting
annotation.A qualifier annotation used for any CREATED event.An annotation literal for theCreated
annotation.A qualifier annotation used for any DELETED event.An annotation literal for theDeleted
annotation.A qualifier annotation used for any DEPARTED event.An annotation literal for theDeparted
annotation.A qualifier annotation used for any DEPARTING event.An annotation literal for theDeparting
annotation.A qualifier annotation used for any DESTROYED event.An annotation literal for theDestroyed
annotation.A qualifier annotation used for any DISCONNECTED event.An annotation literal for theDisconnected
annotation.A qualifier annotation used for any DISPOSING event.An annotation literal for theDisposing
annotation.A qualifier annotation used for any ERROR event.An annotation literal for theError
annotation.Manages registration of CDI observers withInterceptorRegistry
uponConfigurableCacheFactory
activation, and their subsequent un-registration on deactivation.Handler forCacheLifecycleEvent
s.Handler forCoherenceLifecycleEvent
s.Handler forEntryEvent
s.Handler forEntryProcessorEvent
s.Abstract base class for all observer-based interceptors.EventObserverSupport.EventObserver<E extends Event>An observer of a specific event type.Handler forLifecycleEvent
s.Abstract base class for all observer-based service interceptors.Handler forSessionLifecycleEvent
s.Handler forTransactionEvent
s.Handler forTransactionEvent
s.Handler forUnsolicitedCommitEvent
s.A qualifier annotation used for any EXECUTED event.An annotation literal for theExecuted
annotation.A qualifier annotation used for any EXECUTING event.An annotation literal for theExecuting
annotation.A qualifier annotation used for any INSERTED event.An annotation literal for theInserted
annotation.A qualifier annotation used for any INSERTING event.An annotation literal for theInserting
annotation.A qualifier annotation that can be applied toMapListener
CDI observers to register them as lite listeners.An annotation literal for theLite
annotation.A qualifier annotation used for any LOST event.An annotation literal for theLost
annotation.A qualifier annotation used to indicate a specific map name.An annotation literal for theMapName
annotation.A qualifier annotation used to indicate a specific participant name.An annotation literal for theParticipantName
annotation.A qualifier annotation used to indicate processor class when observingEntryProcessorEvents
.An annotation literal for theProcessor
annotation.A qualifier annotation used for any RECOVERED event.An annotation literal for theRecovered
annotation.A qualifier annotation used for any REMOVED event.An annotation literal for theRemoved
annotation.A qualifier annotation used for any REMOVING event.An annotation literal for theRemoving
annotation.A qualifier annotation used for any REPLICATING event.An annotation literal for theReplicating
annotation.A qualifier annotation used for any ROLLBACK event.An annotation literal for theRollback
annotation.A qualifier annotation used to indicate a specific scope name.An annotation literal for theScopeName
annotation.A qualifier annotation used to indicate a specific service name.An annotation literal for theServiceName
annotation.A qualifier annotation used for any STARTED event.An annotation literal for theStarted
annotation.A qualifier annotation used for any STARTING event.An annotation literal for theStarting
annotation.A qualifier annotation used for any STOPPED event.An annotation literal for theStopped
annotation.A qualifier annotation used for any STOPPING event.An annotation literal for theStopping
annotation.A qualifier annotation used for any SYNCED event.An annotation literal for theSynced
annotation.A qualifier annotation that can be applied toMapListener
CDI observers to register them asMapListener.synchronous()
listeners.An annotation literal for theSynchronous
annotation.A qualifier annotation used for any SYNCING event.An annotation literal for theSyncing
annotation.A qualifier annotation used for any TRUNCATED event.An annotation literal for theTruncated
annotation.A qualifier annotation used for any UPDATED event.An annotation literal for theUpdated
annotation.A qualifier annotation used for any UPDATING event.An annotation literal for theUpdating
annotation.