Class SessionLifecycleEventHandler
- java.lang.Object
-
- com.oracle.coherence.spring.event.liveevent.handler.EventHandler<com.tangosol.net.events.SessionLifecycleEvent,com.tangosol.net.events.SessionLifecycleEvent.Type>
-
- com.oracle.coherence.spring.event.liveevent.handler.SessionLifecycleEventHandler
-
- All Implemented Interfaces:
com.tangosol.net.events.EventDispatcherAwareInterceptor<com.tangosol.net.events.SessionLifecycleEvent>
,com.tangosol.net.events.EventInterceptor<com.tangosol.net.events.SessionLifecycleEvent>
public class SessionLifecycleEventHandler extends EventHandler<com.tangosol.net.events.SessionLifecycleEvent,com.tangosol.net.events.SessionLifecycleEvent.Type>
Handler forSessionLifecycleEvent
s.- Since:
- 3.0
- Author:
- Gunnar Hillert
-
-
Field Summary
-
Fields inherited from class com.oracle.coherence.spring.event.liveevent.handler.EventHandler
eventTypes, observer
-
-
Constructor Summary
Constructors Constructor Description SessionLifecycleEventHandler(MethodEventObserver<com.tangosol.net.events.SessionLifecycleEvent> observer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
isApplicable(com.tangosol.net.events.EventDispatcher dispatcher, String scopeName)
-
Methods inherited from class com.oracle.coherence.spring.event.liveevent.handler.EventHandler
getEventTypes, getId, introduceEventDispatcher, onEvent, removeScope
-
-
-
-
Constructor Detail
-
SessionLifecycleEventHandler
public SessionLifecycleEventHandler(MethodEventObserver<com.tangosol.net.events.SessionLifecycleEvent> observer)
-
-
Method Detail
-
isApplicable
protected boolean isApplicable(com.tangosol.net.events.EventDispatcher dispatcher, String scopeName)
-
-