Uses of Interface
javax.cache.event.CacheEntryEventFilter

Packages that use CacheEntryEventFilter
javax.cache

This package contains the API for JCache. 

javax.cache.event This package contains event listener interfaces. 
 

Uses of CacheEntryEventFilter in javax.cache
 

Methods in javax.cache with parameters of type CacheEntryEventFilter
 SimpleConfiguration<K,V> SimpleConfiguration.registerCacheEntryListener(CacheEntryListener<? super K,? super V> cacheEntryListener, boolean requireOldValue, CacheEntryEventFilter<? super K,? super V> cacheEntryEventFilter, boolean synchronous)
          Add a CacheEntryListener.
 boolean Cache.registerCacheEntryListener(CacheEntryListener<? super K,? super V> cacheEntryListener, boolean requireOldValue, CacheEntryEventFilter<? super K,? super V> cacheEntryFilter, boolean synchronous)
          Adds a listener to the notification service.
 

Uses of CacheEntryEventFilter in javax.cache.event
 

Methods in javax.cache.event that return CacheEntryEventFilter
 CacheEntryEventFilter<? super K,? super V> CacheEntryListenerRegistration.getCacheEntryFilter()
          Gets the CacheEntryEventFilter that should be applied prior to notifying the CacheEntryListener.
 



Copyright © 2013. All Rights Reserved.