Package com.oracle.coherence.cdi.events
Class EventObserverSupport.CacheLifecycleEventHandler
java.lang.Object
com.oracle.coherence.cdi.events.EventObserverSupport.EventHandler<CacheLifecycleEvent,CacheLifecycleEvent.Type>
 
com.oracle.coherence.cdi.events.EventObserverSupport.CacheLifecycleEventHandler
- All Implemented Interfaces:
 EventDispatcherAwareInterceptor<CacheLifecycleEvent>,EventInterceptor<CacheLifecycleEvent>
- Enclosing class:
 EventObserverSupport
public static class EventObserverSupport.CacheLifecycleEventHandler
extends EventObserverSupport.EventHandler<CacheLifecycleEvent,CacheLifecycleEvent.Type> 
Handler for 
CacheLifecycleEvents.- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final Stringprotected final StringFields inherited from class com.oracle.coherence.cdi.events.EventObserverSupport.EventHandler
m_observer, m_setTypes - 
Constructor Summary
ConstructorsConstructorDescription - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisApplicable(EventDispatcher dispatcher, String sScopeName) Returntrueif this interceptor should be registered with a specified dispatcher.Methods inherited from class com.oracle.coherence.cdi.events.EventObserverSupport.EventHandler
addType, eventTypes, getEventScope, getId, getScopeName, introduceEventDispatcher, onEvent, removeScope, shouldFire 
- 
Field Details
- 
m_cacheName
 - 
m_serviceName
 - 
m_sessionName
 
 - 
 - 
Constructor Details
- 
CacheLifecycleEventHandler
 
 - 
 - 
Method Details
- 
isApplicable
Description copied from class:EventObserverSupport.EventHandlerReturntrueif this interceptor should be registered with a specified dispatcher.- Specified by:
 isApplicablein classEventObserverSupport.EventHandler<E extends Event<T>,T extends Enum<T>> - Parameters:
 dispatcher- a dispatcher to register this interceptor withsScopeName- a scope name the observer is interested in, ornullfor all scopes- Returns:
 trueif this interceptor should be registered with a specified dispatcher;falseotherwise
 
 -