public class JCacheNotifier<K,V> extends Object
Constructor and Description |
---|
JCacheNotifier() |
Modifier and Type | Method and Description |
---|---|
void |
addListener(javax.cache.configuration.CacheEntryListenerConfiguration<K,V> reg,
javax.cache.Cache<K,V> jcache,
JCacheNotifier<K,V> notifier,
AdvancedCache<K,V> cache) |
void |
notifyEntryCreated(javax.cache.Cache<K,V> cache,
K key,
V value) |
void |
notifyEntryExpired(javax.cache.Cache<K,V> cache,
K key,
V value) |
void |
notifyEntryRemoved(javax.cache.Cache<K,V> cache,
K key,
V value) |
void |
notifyEntryUpdated(javax.cache.Cache<K,V> cache,
K key,
V value) |
void |
removeListener(javax.cache.configuration.CacheEntryListenerConfiguration<K,V> reg,
AdvancedCache<K,V> cache) |
public void addListener(javax.cache.configuration.CacheEntryListenerConfiguration<K,V> reg, javax.cache.Cache<K,V> jcache, JCacheNotifier<K,V> notifier, AdvancedCache<K,V> cache)
public void removeListener(javax.cache.configuration.CacheEntryListenerConfiguration<K,V> reg, AdvancedCache<K,V> cache)
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.