Package com.oracle.coherence.cdi.events
Class EventObserverSupport.UnsolicitedCommitEventHandler
java.lang.Object
com.oracle.coherence.cdi.events.EventObserverSupport.EventHandler<UnsolicitedCommitEvent,UnsolicitedCommitEvent.Type>
com.oracle.coherence.cdi.events.EventObserverSupport.ServiceEventHandler<UnsolicitedCommitEvent,UnsolicitedCommitEvent.Type>
com.oracle.coherence.cdi.events.EventObserverSupport.UnsolicitedCommitEventHandler
- All Implemented Interfaces:
EventDispatcherAwareInterceptor<UnsolicitedCommitEvent>
,EventInterceptor<UnsolicitedCommitEvent>
- Enclosing class:
EventObserverSupport
public static class EventObserverSupport.UnsolicitedCommitEventHandler
extends EventObserverSupport.ServiceEventHandler<UnsolicitedCommitEvent,UnsolicitedCommitEvent.Type>
Handler for
UnsolicitedCommitEvent
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
ConstructorDescription -
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 Details
-
UnsolicitedCommitEventHandler
public UnsolicitedCommitEventHandler(EventObserverSupport.EventObserver<UnsolicitedCommitEvent> observer)
-