Package | Description |
---|---|
org.infinispan.jcache |
Modifier and Type | Field and Description |
---|---|
protected AbstractJCacheNotifier<K,V> |
AbstractJCacheListenerAdapter.notifier |
protected AbstractJCacheNotifier<K,V> |
AbstractJCache.notifier |
Modifier and Type | Method and 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) |
Constructor and 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) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.