Class TransactionEventHandler
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.TransactionEvent,com.tangosol.net.events.partition.TransactionEvent.Type>
com.oracle.coherence.spring.event.liveevent.handler.TransactionEventHandler
- All Implemented Interfaces:
com.tangosol.net.events.EventDispatcherAwareInterceptor<com.tangosol.net.events.partition.TransactionEvent>
,com.tangosol.net.events.EventInterceptor<com.tangosol.net.events.partition.TransactionEvent>
public class TransactionEventHandler
extends ServiceEventHandler<com.tangosol.net.events.partition.TransactionEvent,com.tangosol.net.events.partition.TransactionEvent.Type>
Handler for
TransactionEvent
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
ConstructorDescriptionTransactionEventHandler
(MethodEventObserver<com.tangosol.net.events.partition.TransactionEvent> 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
-
TransactionEventHandler
public TransactionEventHandler(MethodEventObserver<com.tangosol.net.events.partition.TransactionEvent> observer)
-