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 for SessionLifecycleEvents.
Since:
3.0
Author:
Gunnar Hillert
  • Constructor Details

    • SessionLifecycleEventHandler

      public SessionLifecycleEventHandler(MethodEventObserver<com.tangosol.net.events.SessionLifecycleEvent> observer)
  • Method Details

    • isApplicable

      protected boolean isApplicable(com.tangosol.net.events.EventDispatcher dispatcher, String scopeName)