Package org.infinispan.jcache.embedded
Class JCacheNotifier<K,V>
- java.lang.Object
-
- org.infinispan.jcache.AbstractJCacheNotifier<K,V>
-
- org.infinispan.jcache.embedded.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
-
-