Package com.oracle.coherence.cdi.events
Class EventObserverSupport.SessionLifecycleEventHandler
- java.lang.Object
-
- com.oracle.coherence.cdi.events.EventObserverSupport.EventHandler<SessionLifecycleEvent,SessionLifecycleEvent.Type>
-
- com.oracle.coherence.cdi.events.EventObserverSupport.SessionLifecycleEventHandler
-
- All Implemented Interfaces:
EventDispatcherAwareInterceptor<SessionLifecycleEvent>
,EventInterceptor<SessionLifecycleEvent>
- Enclosing class:
- EventObserverSupport
public static class EventObserverSupport.SessionLifecycleEventHandler extends EventObserverSupport.EventHandler<SessionLifecycleEvent,SessionLifecycleEvent.Type>
Handler forSessionLifecycleEvent
s.
-
-
Field Summary
-
Fields inherited from class com.oracle.coherence.cdi.events.EventObserverSupport.EventHandler
m_observer, m_setTypes
-
-
Constructor Summary
Constructors Constructor Description SessionLifecycleEventHandler(EventObserverSupport.EventObserver<SessionLifecycleEvent> observer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
isApplicable(EventDispatcher dispatcher, String sScopeName)
Returntrue
if 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
-
-
-
-
Constructor Detail
-
SessionLifecycleEventHandler
public SessionLifecycleEventHandler(EventObserverSupport.EventObserver<SessionLifecycleEvent> observer)
-
-
Method Detail
-
isApplicable
protected boolean isApplicable(EventDispatcher dispatcher, String sScopeName)
Description copied from class:EventObserverSupport.EventHandler
Returntrue
if this interceptor should be registered with a specified dispatcher.- Specified by:
isApplicable
in classEventObserverSupport.EventHandler<SessionLifecycleEvent,SessionLifecycleEvent.Type>
- Parameters:
dispatcher
- a dispatcher to register this interceptor withsScopeName
- a scope name the observer is interested in, ornull
for all scopes- Returns:
true
if this interceptor should be registered with a specified dispatcher;false
otherwise
-
-