Class CacheLifecycleEventHandler
java.lang.Object
com.oracle.coherence.spring.event.liveevent.handler.EventHandler<E,T>
com.oracle.coherence.spring.event.liveevent.handler.CacheEventHandler<com.tangosol.net.events.partition.cache.CacheLifecycleEvent,com.tangosol.net.events.partition.cache.CacheLifecycleEvent.Type>
com.oracle.coherence.spring.event.liveevent.handler.CacheLifecycleEventHandler
- All Implemented Interfaces:
com.tangosol.net.events.EventDispatcherAwareInterceptor<com.tangosol.net.events.partition.cache.CacheLifecycleEvent>
,com.tangosol.net.events.EventInterceptor<com.tangosol.net.events.partition.cache.CacheLifecycleEvent>
public class CacheLifecycleEventHandler
extends CacheEventHandler<com.tangosol.net.events.partition.cache.CacheLifecycleEvent,com.tangosol.net.events.partition.cache.CacheLifecycleEvent.Type>
Handler for
CacheLifecycleEvent
s.- Since:
- 3.0
- Author:
- Gunnar Hillert
-
Field Summary
Fields inherited from class com.oracle.coherence.spring.event.liveevent.handler.CacheEventHandler
cacheName, serviceName, sessionName
Fields inherited from class com.oracle.coherence.spring.event.liveevent.handler.EventHandler
eventTypes, observer
-
Constructor Summary
ConstructorDescriptionCacheLifecycleEventHandler
(MethodEventObserver<com.tangosol.net.events.partition.cache.CacheLifecycleEvent> observer) -
Method Summary
Methods inherited from class com.oracle.coherence.spring.event.liveevent.handler.EventHandler
getEventTypes, getId, introduceEventDispatcher, onEvent, removeScope
-
Constructor Details
-
CacheLifecycleEventHandler
public CacheLifecycleEventHandler(MethodEventObserver<com.tangosol.net.events.partition.cache.CacheLifecycleEvent> observer)
-