Class CoherenceLifecycleEventHandler
java.lang.Object
com.oracle.coherence.spring.event.liveevent.handler.EventHandler<com.tangosol.net.events.CoherenceLifecycleEvent,com.tangosol.net.events.CoherenceLifecycleEvent.Type>
com.oracle.coherence.spring.event.liveevent.handler.CoherenceLifecycleEventHandler
- All Implemented Interfaces:
com.tangosol.net.events.EventDispatcherAwareInterceptor<com.tangosol.net.events.CoherenceLifecycleEvent>
,com.tangosol.net.events.EventInterceptor<com.tangosol.net.events.CoherenceLifecycleEvent>
public class CoherenceLifecycleEventHandler
extends EventHandler<com.tangosol.net.events.CoherenceLifecycleEvent,com.tangosol.net.events.CoherenceLifecycleEvent.Type>
Handler for
CoherenceLifecycleEvent
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
ConstructorDescriptionCoherenceLifecycleEventHandler
(MethodEventObserver<com.tangosol.net.events.CoherenceLifecycleEvent> observer) -
Method Summary
Modifier and TypeMethodDescriptionprotected 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 Details
-
CoherenceLifecycleEventHandler
public CoherenceLifecycleEventHandler(MethodEventObserver<com.tangosol.net.events.CoherenceLifecycleEvent> observer)
-
-
Method Details
-
isApplicable
protected boolean isApplicable(com.tangosol.net.events.EventDispatcher dispatcher, String scopeName)
-