Package com.oracle.coherence.spring.annotation.event


package com.oracle.coherence.spring.annotation.event
Provides Coherence event-specific annotation suppport.
  • Class
    Description
    A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive ACTIVATED LifecycleEvents.
    A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive ACTIVATING LifecycleEvents.
    A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive ASSIGNED TransferEvent.
    A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive ARRIVED TransferEvent.
    A qualifier annotation used for any BACKLOG event.
    The backlog event type.
    A qualifier annotation used to indicate a specific cache name.
    A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive COMMITTED TransactionEvent.
    A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive COMMITTING TransactionEvent.
    A qualifier annotation used for any COMMITTING_LOCAL event.
    A qualifier annotation used for any COMMITTING_REMOTE event.
    A qualifier annotation used for any CONNECTING event.
    A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive CREATED CacheLifecycleEvent.
    A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive MapEvents of type MapEvent.ENTRY_DELETED.
    A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive DEPARTED TransferEvent.
    A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive DEPARTING TransferEvent.
    A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive DESTROYED CacheLifecycleEvent.
    A qualifier annotation used for any DISCONNECTED event.
    A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive DISPOSING LifecycleEvents.
    A qualifier annotation used for any EXECUTED event.
    A qualifier annotation used for any EXECUTING event.
    A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive MapEvents of type MapEvent.ENTRY_INSERTED or that will receive EntryEvents of type INSERTED.
    A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive EntryEvents of type INSERTING.
    A qualifier annotation that can be applied to CoherenceEventListener annotated methods that receive MapEvents to register them as lite listeners.
    A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive TransferEvents of type LOST.
    A qualifier annotation used to indicate a specific map name.
    A qualifier annotation used to indicate a specific participant name.
    A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive EntryProcessorEvents to narrow the events received to those for a specific InvocableMap.EntryProcessor class.
    A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive TransferEvents of type RECOVERED.
    A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive EntryEvents of type REMOVED.
    A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive EntryEvents of type REMOVING.
    A qualifier annotation used for any REPLICATING event.
    A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive TransferEvents of type ROLLBACK.
    A qualifier annotation used to indicate a specific scope name.
    A qualifier annotation used to indicate a specific service name.
    A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive CoherenceLifecycleEvents of type STARTED or SessionEvents of type STARTED.
    A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive CoherenceLifecycleEvents of type STARTING or SessionEvents of type STARTING.
    A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive CoherenceLifecycleEvents of type STOPPED or SessionEvents of type STOPPED.
    A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive CoherenceLifecycleEvents of type STOPPING or SessionEvents of type STOPPING.
    A qualifier annotation used for any SYNCED event.
    A qualifier annotation that can be applied to CoherenceEventListener annotated methods to register them as MapListener.synchronous() listeners.
    A qualifier annotation used for any SYNCING event.
    A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive TRUNCATED CacheLifecycleEvent.
    A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive MapEvents of type MapEvent.ENTRY_UPDATED or that will receive EntryEvents of type UPDATED.
    A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive EntryEvents of type UPDATING.