Class EventObserverSupport.EntryEventHandler<K,​V>

    • Field Detail

      • m_cacheName

        protected final String m_cacheName
      • m_serviceName

        protected final String m_serviceName
      • m_sessionName

        protected final String m_sessionName
    • Method Detail

      • 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