Uses of Interface
com.tangosol.net.events.Event
Packages that use Event
Package
Description
Coherence CDI provides support for CDI (Contexts and Dependency Injection)
 within Coherence cluster members.
Support for adapting Coherence interceptors to standard CDI events.
Contains classes related to the Coherence Live Event Model.
Contains classes related to application events within the Coherence
 Live Event Model, including ConfigurableCacheFactory events.
Contains classes related to Federated Cache and Federation Participant events
 within 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 Event in com.oracle.coherence.cdiClasses in com.oracle.coherence.cdi with type parameters of type EventModifier and TypeClassDescriptionclassCdiEventObserver<E extends Event>An observer of events that wraps a CDIProcessObserverMethod.
- 
Uses of Event in com.oracle.coherence.cdi.eventsClasses in com.oracle.coherence.cdi.events with type parameters of type EventModifier and TypeClassDescriptionstatic classEventObserverSupport.EventHandler<E extends Event<T>,T extends Enum<T>> Abstract base class for all observer-based interceptors.static interfaceEventObserverSupport.EventObserver<E extends Event>An observer of a specific event type.static classEventObserverSupport.ServiceEventHandler<E extends Event<T>,T extends Enum<T>> Abstract base class for all observer-based service interceptors.Methods in com.oracle.coherence.cdi.events with type parameters of type EventModifier and TypeMethodDescriptionstatic <E extends Event<T>,T extends Enum<T>> 
 EventObserverSupport.EventHandler<E, T> EventObserverSupport.createObserver(Class<E> type, EventObserverSupport.EventObserver<E> observer) 
- 
Uses of Event in com.tangosol.net.eventsClasses in com.tangosol.net.events with type parameters of type EventModifier and TypeInterfaceDescriptionstatic interfaceEventDispatcher.InterceptorRegistrationEvent<E extends Event<? extends Enum>>An InterceptorRegistrationEvent allowsEventInterceptors to observe other EventInterceptors being added or removed from anEventDispatcherinstance.interfaceEventDispatcherAwareInterceptor<E extends Event<?>>EventDispatcherAwareInterceptor is anEventInterceptorimplementation that takes responsibility for registering itself with theEventDispatcher.interfaceEventInterceptor<E extends Event<? extends Enum>>An EventInterceptor provides an implementation that is capable of intercepting and processingEvents.classNamedEventInterceptor<E extends Event<?>>A wrapper forEventInterceptors allowing additional metadata to be associated with the interceptor without augmenting the interceptor contract.Subinterfaces of Event in com.tangosol.net.eventsModifier and TypeInterfaceDescriptioninterfaceACoherenceLifecycleEventallows subscribers to capture events pertaining to the lifecycle of aCoherenceinstance.static interfaceEventDispatcher.InterceptorRegistrationEvent<E extends Event<? extends Enum>>An InterceptorRegistrationEvent allowsEventInterceptors to observe other EventInterceptors being added or removed from anEventDispatcherinstance.interfaceASessionLifecycleEventallows subscribers to capture events pertaining to the lifecycle of aSessioninstance.Methods in com.tangosol.net.events with type parameters of type EventModifier and TypeMethodDescriptionEventDispatcher.addEventInterceptor(EventInterceptor<E> interceptor) Add anEventInterceptorto this dispatcher to be used to processEvents.EventDispatcher.addEventInterceptor(String sIdentifier, EventInterceptor<E> interceptor) Add a uniquely identifiedEventInterceptorto this dispatcher to be used to processEvents.EventDispatcher.addEventInterceptor(String sIdentifier, EventInterceptor<E> interceptor, Set<T> setTypes, boolean fFirst) Add a uniquely identifiedEventInterceptorto this dispatcher to be used to processEvents.EventDispatcher.removeEventInterceptor(EventInterceptor<E> interceptor) Remove anEventInterceptorfrom this dispatcher.EventDispatcher.removeEventInterceptor(String sIdentifier) Remove anEventInterceptorfrom this dispatcher.
- 
Uses of Event in com.tangosol.net.events.applicationSubinterfaces of Event in com.tangosol.net.events.applicationModifier and TypeInterfaceDescriptioninterfaceA LifecycleEvent encapsulates a lifecycle action that has occurred on aConfigurableCacheFactory.
- 
Uses of Event in com.tangosol.net.events.federationSubinterfaces of Event in com.tangosol.net.events.federationModifier and TypeInterfaceDescriptioninterfaceRepresents all of the changes that have occurred against a single partition in a Federated Cache as part of a partition transaction.interfaceRepresents a change in connection state to a known participant, including connecting, disconnected, error and through-put events.interfaceRepresents a change in replication state of a partition during replication.
- 
Uses of Event in com.tangosol.net.events.partitionSubinterfaces of Event in com.tangosol.net.events.partitionModifier and TypeInterfaceDescriptioninterfaceA PartitionedServiceEvent captures information concerning an operation on a PartitionedService.interfaceA TransactionEvent captures information pertaining to all mutations performed within the context of a single request.interfaceA TransferEvent captures information concerning the transfer of a partition for a storage enabled member.static interfaceA RecoveryTransferEvent is raised due to the recovery of a partition from a persistent store.interfaceAn UnsolicitedCommitEvent captures changes pertaining to all observed mutations performed against caches that were not directly caused (solicited) by the partitioned service.
- 
Uses of Event in com.tangosol.net.events.partition.cacheSubinterfaces of Event in com.tangosol.net.events.partition.cacheModifier and TypeInterfaceDescriptioninterfaceA CacheLifecycleEvent allows subscribers to capture events pertaining to the lifecycle of a cache.interfaceEntryEvent<K,V> An EntryEvent captures information relating to actions performed onentries.interfaceAn EntryProcessorEvent captures information relating to the execution ofInvocableMap.EntryProcessors.interfaceAn event dispatched by aPartitionedCacheDispatcher.