Class CacheEventHandler<E extends com.tangosol.net.events.Event<T>,T extends Enum<T>>
- java.lang.Object
-
- com.oracle.coherence.spring.event.liveevent.handler.EventHandler<E,T>
-
- com.oracle.coherence.spring.event.liveevent.handler.CacheEventHandler<E,T>
-
- Type Parameters:
E
- the type ofEvent
this interceptor acceptsT
- the enumeration of event types E supports
- All Implemented Interfaces:
com.tangosol.net.events.EventDispatcherAwareInterceptor<E>
,com.tangosol.net.events.EventInterceptor<E>
- Direct Known Subclasses:
CacheLifecycleEventHandler
,EntryEventHandler
,EntryProcessorEventHandler
public abstract class CacheEventHandler<E extends com.tangosol.net.events.Event<T>,T extends Enum<T>> extends EventHandler<E,T>
Abstract base class for all observer-based cache interceptors.- Since:
- 3.0
- Author:
- Gunnar Hillert
-
-
Field Summary
Fields Modifier and Type Field Description protected String
cacheName
protected String
serviceName
protected String
sessionName
-
Fields inherited from class com.oracle.coherence.spring.event.liveevent.handler.EventHandler
eventTypes, observer
-
-
Method Summary
-
Methods inherited from class com.oracle.coherence.spring.event.liveevent.handler.EventHandler
getEventTypes, getId, introduceEventDispatcher, onEvent, removeScope
-
-