Uses of Interface
com.tangosol.net.events.Event
-
Packages that use Event Package Description com.oracle.coherence.cdi Coherence CDI provides support for CDI (Contexts and Dependency Injection) within Coherence cluster members.com.oracle.coherence.cdi.events Support for adapting Coherence interceptors to standard CDI events.com.tangosol.net.events Contains classes related to the Coherence Live Event Model.com.tangosol.net.events.application Contains classes related to application events within the Coherence Live Event Model, including ConfigurableCacheFactory events.com.tangosol.net.events.partition Contains classes related to PartitionedService events within the Coherence Live Event Model.com.tangosol.net.events.partition.cache Contains classes related to PartitionedCache events within the Coherence Live Event Model. -
-
Uses of Event in com.oracle.coherence.cdi
Classes in com.oracle.coherence.cdi with type parameters of type Event Modifier and Type Class Description class
CdiEventObserver<E extends Event>
An observer of events that wraps a CDIProcessObserverMethod
. -
Uses of Event in com.oracle.coherence.cdi.events
Classes in com.oracle.coherence.cdi.events with type parameters of type Event Modifier and Type Class Description static class
EventObserverSupport.EventHandler<E extends Event<T>,T extends Enum<T>>
Abstract base class for all observer-based interceptors.static interface
EventObserverSupport.EventObserver<E extends Event>
An observer of a specific event type.static class
EventObserverSupport.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 Event Modifier and Type Method Description static <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.events
Classes in com.tangosol.net.events with type parameters of type Event Modifier and Type Interface Description static interface
EventDispatcher.InterceptorRegistrationEvent<E extends Event<? extends Enum>>
An InterceptorRegistrationEvent allowsEventInterceptor
s to observe other EventInterceptors being added or removed from anEventDispatcher
instance.interface
EventDispatcherAwareInterceptor<E extends Event<?>>
EventDispatcherAwareInterceptor is anEventInterceptor
implementation that takes responsibility for registering itself with theEventDispatcher
.interface
EventInterceptor<E extends Event<? extends Enum>>
An EventInterceptor provides an implementation that is capable of intercepting and processingEvent
s.class
NamedEventInterceptor<E extends Event<?>>
A wrapper forEventInterceptor
s allowing additional metadata to be associated with the interceptor without augmenting the interceptor contract.Subinterfaces of Event in com.tangosol.net.events Modifier and Type Interface Description interface
CoherenceLifecycleEvent
ACoherenceLifecycleEvent
allows subscribers to capture events pertaining to the lifecycle of aCoherence
instance.static interface
EventDispatcher.InterceptorRegistrationEvent<E extends Event<? extends Enum>>
An InterceptorRegistrationEvent allowsEventInterceptor
s to observe other EventInterceptors being added or removed from anEventDispatcher
instance.interface
SessionLifecycleEvent
ASessionLifecycleEvent
allows subscribers to capture events pertaining to the lifecycle of aSession
instance.Methods in com.tangosol.net.events with type parameters of type Event Modifier and Type Method Description <E extends Event<? extends Enum>>
voidEventDispatcher. addEventInterceptor(EventInterceptor<E> interceptor)
Add anEventInterceptor
to this dispatcher to be used to processEvent
s.<E extends Event<? extends Enum>>
voidEventDispatcher. addEventInterceptor(String sIdentifier, EventInterceptor<E> interceptor)
Add a uniquely identifiedEventInterceptor
to this dispatcher to be used to processEvent
s.<T extends Enum<T>,E extends Event<T>>
voidEventDispatcher. addEventInterceptor(String sIdentifier, EventInterceptor<E> interceptor, Set<T> setTypes, boolean fFirst)
Add a uniquely identifiedEventInterceptor
to this dispatcher to be used to processEvent
s.<E extends Event<? extends Enum>>
voidEventDispatcher. removeEventInterceptor(EventInterceptor<E> interceptor)
Remove anEventInterceptor
from this dispatcher.<E extends Event<? extends Enum>>
voidEventDispatcher. removeEventInterceptor(String sIdentifier)
Remove anEventInterceptor
from this dispatcher. -
Uses of Event in com.tangosol.net.events.application
Subinterfaces of Event in com.tangosol.net.events.application Modifier and Type Interface Description interface
LifecycleEvent
A LifecycleEvent encapsulates a lifecycle action that has occurred on aConfigurableCacheFactory
. -
Uses of Event in com.tangosol.net.events.partition
Subinterfaces of Event in com.tangosol.net.events.partition Modifier and Type Interface Description interface
Event<T extends Enum<T>>
A PartitionedServiceEvent captures information concerning an operation on a PartitionedService.interface
TransactionEvent
A TransactionEvent captures information pertaining to all mutations performed within the context of a single request.interface
TransferEvent
A TransferEvent captures information concerning the transfer of a partition for a storage enabled member.static interface
TransferEvent.RecoveryTransferEvent
A RecoveryTransferEvent is raised due to the recovery of a partition from a persistent store.interface
UnsolicitedCommitEvent
An 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.cache
Subinterfaces of Event in com.tangosol.net.events.partition.cache Modifier and Type Interface Description interface
CacheLifecycleEvent
A CacheLifecycleEvent allows subscribers to capture events pertaining to the lifecycle of a cache.interface
EntryEvent<K,V>
An EntryEvent captures information relating to actions performed onentries
.interface
EntryProcessorEvent
An EntryProcessorEvent captures information relating to the execution ofInvocableMap.EntryProcessor
s.interface
Event<T extends Enum<T>>
An event dispatched by aPartitionedCacheDispatcher
.
-