Uses of Interface
javax.cache.configuration.CacheEntryListenerConfiguration
Packages that use CacheEntryListenerConfiguration
Package
Description
This package contains the API for JCache.
This package contains configuration classes and interfaces.
-
Uses of CacheEntryListenerConfiguration in javax.cache
Methods in javax.cache with parameters of type CacheEntryListenerConfigurationModifier and TypeMethodDescriptionvoid
Cache.deregisterCacheEntryListener
(CacheEntryListenerConfiguration<K, V> cacheEntryListenerConfiguration) Deregisters a listener, using theCacheEntryListenerConfiguration
that was used to register it.void
Cache.registerCacheEntryListener
(CacheEntryListenerConfiguration<K, V> cacheEntryListenerConfiguration) Registers aCacheEntryListener
. -
Uses of CacheEntryListenerConfiguration in javax.cache.configuration
Classes in javax.cache.configuration that implement CacheEntryListenerConfigurationModifier and TypeClassDescriptionclass
A convenience class providing a mutable, serializable implementation of aCacheEntryListenerConfiguration
.Fields in javax.cache.configuration with type parameters of type CacheEntryListenerConfigurationModifier and TypeFieldDescriptionprotected HashSet
<CacheEntryListenerConfiguration<K, V>> MutableConfiguration.listenerConfigurations
TheCacheEntryListenerConfiguration
s for theConfiguration
.Methods in javax.cache.configuration that return types with arguments of type CacheEntryListenerConfigurationModifier and TypeMethodDescriptionCompleteConfiguration.getCacheEntryListenerConfigurations()
MutableConfiguration.getCacheEntryListenerConfigurations()
Methods in javax.cache.configuration with parameters of type CacheEntryListenerConfigurationModifier and TypeMethodDescriptionMutableConfiguration.addCacheEntryListenerConfiguration
(CacheEntryListenerConfiguration<K, V> cacheEntryListenerConfiguration) Add a configuration for aCacheEntryListener
.MutableConfiguration.removeCacheEntryListenerConfiguration
(CacheEntryListenerConfiguration<K, V> cacheEntryListenerConfiguration) Remove a configuration for aCacheEntryListener
.Constructors in javax.cache.configuration with parameters of type CacheEntryListenerConfigurationModifierConstructorDescriptionMutableCacheEntryListenerConfiguration
(CacheEntryListenerConfiguration<K, V> configuration) Constructs aMutableCacheEntryListenerConfiguration
based on anotherCacheEntryListenerConfiguration
.