Package com.oracle.coherence.spring.annotation.event
Provides Coherence event-specific annotation suppport.
-
Enum Summary Enum Description Backlog.Type The backlog event type. -
Annotation Types Summary Annotation Type Description Activated A qualifier annotation used to annotate the parameterCoherenceEventListener
annotated methods that will receiveACTIVATED
LifecycleEvents
.Activating A qualifier annotation used to annotate the parameterCoherenceEventListener
annotated methods that will receiveACTIVATING
LifecycleEvents
.Arrived A qualifier annotation used to annotate the parameterCoherenceEventListener
annotated methods that will receiveASSIGNED
TransferEvent
.Assigned A qualifier annotation used to annotate the parameterCoherenceEventListener
annotated methods that will receiveARRIVED
TransferEvent
.Backlog A qualifier annotation used for any BACKLOG event.CacheName A qualifier annotation used to indicate a specific cache name.Committed A qualifier annotation used to annotate the parameterCoherenceEventListener
annotated methods that will receiveCOMMITTED
TransactionEvent
.Committing A qualifier annotation used to annotate the parameterCoherenceEventListener
annotated methods that will receiveCOMMITTING
TransactionEvent
.CommittingLocal A qualifier annotation used for any COMMITTING_LOCAL event.CommittingRemote A qualifier annotation used for any COMMITTING_REMOTE event.Connecting A qualifier annotation used for any CONNECTING event.Created A qualifier annotation used to annotate the parameterCoherenceEventListener
annotated methods that will receiveCREATED
CacheLifecycleEvent
.Deleted A qualifier annotation used to annotate the parameterCoherenceEventListener
annotated methods that will receiveMapEvents
of typeMapEvent.ENTRY_DELETED
.Departed A qualifier annotation used to annotate the parameterCoherenceEventListener
annotated methods that will receiveDEPARTED
TransferEvent
.Departing A qualifier annotation used to annotate the parameterCoherenceEventListener
annotated methods that will receiveDEPARTING
TransferEvent
.Destroyed A qualifier annotation used to annotate the parameterCoherenceEventListener
annotated methods that will receiveDESTROYED
CacheLifecycleEvent
.Disconnected A qualifier annotation used for any DISCONNECTED event.Disposing A qualifier annotation used to annotate the parameterCoherenceEventListener
annotated methods that will receiveDISPOSING
LifecycleEvents
.Executed A qualifier annotation used for any EXECUTED event.Executing A qualifier annotation used for any EXECUTING event.Inserted A qualifier annotation used to annotate the parameterCoherenceEventListener
annotated methods that will receiveMapEvents
of typeMapEvent.ENTRY_INSERTED
or that will receiveEntryEvents
of typeINSERTED
.Inserting A qualifier annotation used to annotate the parameterCoherenceEventListener
annotated methods that will receiveEntryEvents
of typeINSERTING
.Lite A qualifier annotation that can be applied toCoherenceEventListener
annotated methods that receiveMapEvents
to register them as lite listeners.Lost A qualifier annotation used to annotate the parameterCoherenceEventListener
annotated methods that will receiveTransferEvents
of typeLOST
.MapName A qualifier annotation used to indicate a specific map name.ParticipantName A qualifier annotation used to indicate a specific participant name.Processor A qualifier annotation used to annotate the parameterCoherenceEventListener
annotated methods that will receiveEntryProcessorEvents
to narrow the events received to those for a specificInvocableMap.EntryProcessor
class.Recovered A qualifier annotation used to annotate the parameterCoherenceEventListener
annotated methods that will receiveTransferEvents
of typeRECOVERED
.Removed A qualifier annotation used to annotate the parameterCoherenceEventListener
annotated methods that will receiveEntryEvents
of typeREMOVED
.Removing A qualifier annotation used to annotate the parameterCoherenceEventListener
annotated methods that will receiveEntryEvents
of typeREMOVING
.Replicating A qualifier annotation used for any REPLICATING event.Rollback A qualifier annotation used to annotate the parameterCoherenceEventListener
annotated methods that will receiveTransferEvents
of typeROLLBACK
.ScopeName A qualifier annotation used to indicate a specific scope name.ServiceName A qualifier annotation used to indicate a specific service name.Started A qualifier annotation used to annotate the parameterCoherenceEventListener
annotated methods that will receiveCoherenceLifecycleEvents
of typeSTARTED
orSessionEvents
of typeSTARTED
.Starting A qualifier annotation used to annotate the parameterCoherenceEventListener
annotated methods that will receiveCoherenceLifecycleEvents
of typeSTARTING
orSessionEvents
of typeSTARTING
.Stopped A qualifier annotation used to annotate the parameterCoherenceEventListener
annotated methods that will receiveCoherenceLifecycleEvents
of typeSTOPPED
orSessionEvents
of typeSTOPPED
.Stopping A qualifier annotation used to annotate the parameterCoherenceEventListener
annotated methods that will receiveCoherenceLifecycleEvents
of typeSTOPPING
orSessionEvents
of typeSTOPPING
.Synced A qualifier annotation used for any SYNCED event.Synchronous A qualifier annotation that can be applied toCoherenceEventListener
annotated methods to register them asMapListener.synchronous()
listeners.Syncing A qualifier annotation used for any SYNCING event.Truncated A qualifier annotation used to annotate the parameterCoherenceEventListener
annotated methods that will receiveTRUNCATED
CacheLifecycleEvent
.Updated A qualifier annotation used to annotate the parameterCoherenceEventListener
annotated methods that will receiveMapEvents
of typeMapEvent.ENTRY_UPDATED
or that will receiveEntryEvents
of typeUPDATED
.Updating A qualifier annotation used to annotate the parameterCoherenceEventListener
annotated methods that will receiveEntryEvents
of typeUPDATING
.