|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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 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(Object oKey)
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(Object oKey)
protected void dispatch(MapEvent evt)
evt
- the MapEvent objectprotected Map getIgnoreMap()
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |