Package com.oracle.coherence.cdi.events
Class EventObserverSupport.TransactionEventHandler
- java.lang.Object
-
- com.oracle.coherence.cdi.events.EventObserverSupport.EventHandler<E,T>
-
- com.oracle.coherence.cdi.events.EventObserverSupport.ServiceEventHandler<TransactionEvent,TransactionEvent.Type>
-
- com.oracle.coherence.cdi.events.EventObserverSupport.TransactionEventHandler
-
- All Implemented Interfaces:
EventDispatcherAwareInterceptor<TransactionEvent>
,EventInterceptor<TransactionEvent>
- Enclosing class:
- EventObserverSupport
public static class EventObserverSupport.TransactionEventHandler extends EventObserverSupport.ServiceEventHandler<TransactionEvent,TransactionEvent.Type>
Handler forTransactionEvent
s.
-
-
Field Summary
-
Fields inherited from class com.oracle.coherence.cdi.events.EventObserverSupport.ServiceEventHandler
m_serviceName
-
Fields inherited from class com.oracle.coherence.cdi.events.EventObserverSupport.EventHandler
m_observer, m_setTypes
-
-
Constructor Summary
Constructors Constructor Description TransactionEventHandler(EventObserverSupport.EventObserver<TransactionEvent> observer)
-
Method Summary
-
Methods inherited from class com.oracle.coherence.cdi.events.EventObserverSupport.ServiceEventHandler
getConfigurableCacheFactory, isApplicable
-
Methods inherited from class com.oracle.coherence.cdi.events.EventObserverSupport.EventHandler
addType, eventTypes, getEventScope, getId, getScopeName, introduceEventDispatcher, onEvent, removeScope, shouldFire
-
-
-
-
Constructor Detail
-
TransactionEventHandler
public TransactionEventHandler(EventObserverSupport.EventObserver<TransactionEvent> observer)
-
-