K - the type of keysV - the type of valuespublic class CoherenceCacheEntryListenerRegistration<K,V> extends Object
CacheEntryListener registration, including its CacheEntryListenerConfiguration.| Constructor and Description |
|---|
CoherenceCacheEntryListenerRegistration(javax.cache.configuration.CacheEntryListenerConfiguration<K,V> configuration)
Constructs a
CoherenceCacheEntryListenerRegistration based on a CacheEntryListenerConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
javax.cache.event.CacheEntryEventFilter<? super K,? super V> |
getCacheEntryFilter()
Obtains an instance of the
CacheEntryEventFilter for the registration. |
javax.cache.event.CacheEntryListener<? super K,? super V> |
getCacheEntryListener()
Obtains an instance of the
CacheEntryListener for the registration. |
javax.cache.configuration.CacheEntryListenerConfiguration<K,V> |
getConfiguration()
Obtains the underlying
CacheEntryListenerConfiguration used to create the registration |
int |
hashCode() |
public CoherenceCacheEntryListenerRegistration(javax.cache.configuration.CacheEntryListenerConfiguration<K,V> configuration)
CoherenceCacheEntryListenerRegistration based on a CacheEntryListenerConfiguration.configuration - the CacheEntryListenerConfigurationpublic javax.cache.event.CacheEntryEventFilter<? super K,? super V> getCacheEntryFilter()
CacheEntryEventFilter for the registration. If no instance has been previously instantiated, one is created.CacheEntryEventFilter for the registrationpublic javax.cache.event.CacheEntryListener<? super K,? super V> getCacheEntryListener()
CacheEntryListener for the registration. If no instance has been previously instantiated, one is created.CacheEntryListener for the registrationpublic javax.cache.configuration.CacheEntryListenerConfiguration<K,V> getConfiguration()
CacheEntryListenerConfiguration used to create the registrationCacheEntryListenerConfiguration