|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
K - the type of keysV - the type of valuespublic interface CacheEntryListenerRegistration<K,V>
Defines the runtime semantics of a CacheEntryListener.
| Method Summary | |
|---|---|
CacheEntryEventFilter<? super K,? super V> |
getCacheEntryFilter()
Gets the CacheEntryEventFilter that should be applied prior to
notifying the CacheEntryListener. |
CacheEntryListener<? super K,? super V> |
getCacheEntryListener()
Gets the CacheEntryListener. |
boolean |
isOldValueRequired()
Determines if the old value should be provided to the CacheEntryListener. |
boolean |
isSynchronous()
Determines if the thread that caused an event to be created should be blocked (not return from the operation causing the event) until the CacheEntryListener has been notified. |
| Method Detail |
|---|
CacheEntryListener<? super K,? super V> getCacheEntryListener()
CacheEntryListener.
CacheEntryListenerboolean isOldValueRequired()
CacheEntryListener.
true if the old value is required by the CacheEntryListenerCacheEntryEventFilter<? super K,? super V> getCacheEntryFilter()
CacheEntryEventFilter that should be applied prior to
notifying the CacheEntryListener. When null no
filtering is applied and all appropriate events are notified.
CacheEntryEventFilter or null if no filtering
is requiredboolean isSynchronous()
CacheEntryListener has been notified.
true if the thread that created the event should block
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||