Class UnsolicitedCommitEventHandler
java.lang.Object
com.oracle.coherence.spring.event.liveevent.handler.EventHandler<E,T>
com.oracle.coherence.spring.event.liveevent.handler.ServiceEventHandler<com.tangosol.net.events.partition.UnsolicitedCommitEvent,com.tangosol.net.events.partition.UnsolicitedCommitEvent.Type>
com.oracle.coherence.spring.event.liveevent.handler.UnsolicitedCommitEventHandler
- All Implemented Interfaces:
com.tangosol.net.events.EventDispatcherAwareInterceptor<com.tangosol.net.events.partition.UnsolicitedCommitEvent>
,com.tangosol.net.events.EventInterceptor<com.tangosol.net.events.partition.UnsolicitedCommitEvent>
public class UnsolicitedCommitEventHandler
extends ServiceEventHandler<com.tangosol.net.events.partition.UnsolicitedCommitEvent,com.tangosol.net.events.partition.UnsolicitedCommitEvent.Type>
Handler for
UnsolicitedCommitEvent
s.- Since:
- 3.0
- Author:
- Gunnar Hillert
-
Field Summary
Fields inherited from class com.oracle.coherence.spring.event.liveevent.handler.ServiceEventHandler
serviceName
Fields inherited from class com.oracle.coherence.spring.event.liveevent.handler.EventHandler
eventTypes, observer
-
Constructor Summary
ConstructorDescriptionUnsolicitedCommitEventHandler
(MethodEventObserver<com.tangosol.net.events.partition.UnsolicitedCommitEvent> observer) -
Method Summary
Methods inherited from class com.oracle.coherence.spring.event.liveevent.handler.ServiceEventHandler
isApplicable
Methods inherited from class com.oracle.coherence.spring.event.liveevent.handler.EventHandler
getEventTypes, getId, introduceEventDispatcher, onEvent, removeScope
-
Constructor Details
-
UnsolicitedCommitEventHandler
public UnsolicitedCommitEventHandler(MethodEventObserver<com.tangosol.net.events.partition.UnsolicitedCommitEvent> observer)
-