Class JCacheNotifier<K,​V>

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class JCacheNotifier<K,​V>
    extends org.infinispan.jcache.AbstractJCacheNotifier<K,​V>
    • Constructor Summary

      Constructors 
      Constructor Description
      JCacheNotifier()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.infinispan.jcache.AbstractJCacheListenerAdapter<K,​V> createListenerAdapter​(org.infinispan.jcache.AbstractJCache<K,​V> jcache, org.infinispan.jcache.AbstractJCacheNotifier<K,​V> notifier)  
      • Methods inherited from class org.infinispan.jcache.AbstractJCacheNotifier

        addListener, addSyncNotificationLatch, close, createFilterIfNeeded, hasSyncCreatedListener, hasSyncRemovedListener, hasSyncUpdatedListener, notifyEntryCreated, notifyEntryExpired, notifyEntryRemoved, notifyEntryUpdated, removeListener, removeSyncNotificationLatch
    • Constructor Detail

      • JCacheNotifier

        public JCacheNotifier()
    • Method Detail

      • createListenerAdapter

        protected org.infinispan.jcache.AbstractJCacheListenerAdapter<K,​V> createListenerAdapter​(org.infinispan.jcache.AbstractJCache<K,​V> jcache,
                                                                                                       org.infinispan.jcache.AbstractJCacheNotifier<K,​V> notifier)
        Specified by:
        createListenerAdapter in class org.infinispan.jcache.AbstractJCacheNotifier<K,​V>