Class EventObserverSupport.EntryEventHandler<K,V>

java.lang.Object
com.oracle.coherence.cdi.events.EventObserverSupport.EventHandler<EntryEvent<K,V>,EntryEvent.Type>
com.oracle.coherence.cdi.events.EventObserverSupport.EntryEventHandler<K,V>
All Implemented Interfaces:
EventDispatcherAwareInterceptor<EntryEvent<K,V>>, EventInterceptor<EntryEvent<K,V>>
Enclosing class:
EventObserverSupport

public static class EventObserverSupport.EntryEventHandler<K,V> extends EventObserverSupport.EventHandler<EntryEvent<K,V>,EntryEvent.Type>
Handler for EntryEvents.
  • Field Details

    • m_cacheName

      protected final String m_cacheName
    • m_serviceName

      protected final String m_serviceName
    • m_sessionName

      protected final String m_sessionName
  • Constructor Details

  • Method Details

    • isApplicable

      protected boolean isApplicable(EventDispatcher dispatcher, String sScopeName)
      Description copied from class: EventObserverSupport.EventHandler
      Return true if this interceptor should be registered with a specified dispatcher.
      Specified by:
      isApplicable in class EventObserverSupport.EventHandler<E extends Event<T>,T extends Enum<T>>
      Parameters:
      dispatcher - a dispatcher to register this interceptor with
      sScopeName - a scope name the observer is interested in, or null for all scopes
      Returns:
      true if this interceptor should be registered with a specified dispatcher; false otherwise