|
Oracle® Coherence Java API Reference Release 3.6.1.0 E18814-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.tangosol.util.Base
com.tangosol.net.cache.ReadWriteBackingMap.InternalMapListener
protected class ReadWriteBackingMap.InternalMapListener
A MapListener implementation that listens to the internal cache and routes those events to anyone listening to this ReadWriteBackingMap.
Constructor Summary | |
---|---|
protected |
ReadWriteBackingMap.InternalMapListener() |
Method Summary | |
---|---|
protected void |
dispatch(MapEvent evt) Dispatch the event to the corresponding listeners. |
void |
entryDeleted(MapEvent evt) Invoked when a map entry has been removed. |
void |
entryInserted(MapEvent evt) Invoked when a map entry has been inserted. |
void |
entryUpdated(MapEvent evt) Invoked when a map entry has been updated. |
protected java.util.Map |
getIgnoreMap() Get the map of keys to ignore events for, with the corresponding thread object requesting that the key be ignored. |
protected void |
processDeletedEntry(java.lang.Object oKey, java.lang.Object oValueOld) Process an entry that is about to be removed from the internal cache. |
Constructor Detail |
---|
protected ReadWriteBackingMap.InternalMapListener()
Method Detail |
---|
public void entryInserted(MapEvent evt)
entryInserted
in interface MapListener
evt
- the MapEvent carrying the insert informationpublic void entryUpdated(MapEvent evt)
entryUpdated
in interface MapListener
evt
- the MapEvent carrying the update informationpublic void entryDeleted(MapEvent evt)
entryDeleted
in interface MapListener
evt
- the MapEvent carrying the delete informationprotected void processDeletedEntry(java.lang.Object oKey, java.lang.Object oValueOld)
protected void dispatch(MapEvent evt)
evt
- the MapEvent objectprotected java.util.Map getIgnoreMap()
|
Oracle® Coherence Java API Reference Release 3.6.1.0 E18814-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |