|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-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.util.AbstractMapListener
com.tangosol.net.cache.VersionedNearCache.VersionCacheListener
public class VersionedNearCache.VersionCacheListener
A map listener that listens to the VersionCache and invalidates local entries accordingly.
| Constructor Summary | |
|---|---|
VersionedNearCache.VersionCacheListener() |
|
| Method Summary | |
|---|---|
void |
entryDeleted(MapEvent evt)Invoked when a map entry has been removed. |
void |
entryUpdated(MapEvent evt)Invoked when a map entry has been updated. |
| Methods inherited from class com.tangosol.util.AbstractMapListener |
|---|
entryInserted |
| Constructor Detail |
|---|
public VersionedNearCache.VersionCacheListener()
| Method Detail |
|---|
public void entryUpdated(MapEvent evt)
entryUpdated in interface MapListenerentryUpdated in class AbstractMapListenerevt - the MapEvent carrying the update informationpublic void entryDeleted(MapEvent evt)
entryDeleted in interface MapListenerentryDeleted in class AbstractMapListenerevt - the MapEvent carrying the delete information
|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||