Uses of Class
org.infinispan.jcache.AbstractJCacheNotifier
-
Packages that use AbstractJCacheNotifier Package Description org.infinispan.jcache -
-
Uses of AbstractJCacheNotifier in org.infinispan.jcache
Fields in org.infinispan.jcache declared as AbstractJCacheNotifier Modifier and Type Field Description protected AbstractJCacheNotifier<K,V>
AbstractJCache. notifier
protected AbstractJCacheNotifier<K,V>
AbstractJCacheListenerAdapter. notifier
Methods in org.infinispan.jcache with parameters of type AbstractJCacheNotifier Modifier and Type Method Description void
AbstractJCacheNotifier. 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 AbstractJCacheNotifier Constructor Description AbstractJCache(javax.cache.configuration.MutableConfiguration<K,V> configuration, javax.cache.CacheManager cacheManager, AbstractJCacheNotifier<K,V> notifier)
AbstractJCacheListenerAdapter(AbstractJCache<K,V> jcache, AbstractJCacheNotifier<K,V> notifier)
-