Class JCacheNotifier<K,V>

java.lang.Object
org.infinispan.jcache.AbstractJCacheNotifier<K,V>
org.infinispan.jcache.remote.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
     
  • Method Summary

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JCacheNotifier

      public JCacheNotifier()
  • Method Details

    • 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>