Uses of Class
org.infinispan.jcache.AbstractJCacheNotifier
Packages that use AbstractJCacheNotifier
-
Uses of AbstractJCacheNotifier in org.infinispan.jcache
Fields in org.infinispan.jcache declared as AbstractJCacheNotifierModifier and TypeFieldDescriptionprotected final AbstractJCacheNotifier<K, V> AbstractJCache.notifierprotected final AbstractJCacheNotifier<K, V> AbstractJCacheListenerAdapter.notifierMethods in org.infinispan.jcache with parameters of type AbstractJCacheNotifierModifier and TypeMethodDescriptionvoidAbstractJCacheNotifier.addListener(javax.cache.configuration.CacheEntryListenerConfiguration<K, V> reg, AbstractJCache<K, V> jcache, AbstractJCacheNotifier<K, V> notifier) protected abstract AbstractJCacheListenerAdapter<K, V> AbstractJCacheNotifier.createListenerAdapter(AbstractJCache<K, V> jcache, AbstractJCacheNotifier<K, V> notifier) Constructors in org.infinispan.jcache with parameters of type AbstractJCacheNotifierModifierConstructorDescriptionAbstractJCache(javax.cache.configuration.MutableConfiguration<K, V> configuration, javax.cache.CacheManager cacheManager, AbstractJCacheNotifier<K, V> notifier) AbstractJCacheListenerAdapter(AbstractJCache<K, V> jcache, AbstractJCacheNotifier<K, V> notifier)