|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.util.InvocableMapHelper.IndexAdapter
protected static class InvocableMapHelper.IndexAdapter
MapListener implementation that routes the map events into the corresponding MapIndex calls.
| Constructor Summary | |
|---|---|
protected |
InvocableMapHelper.IndexAdapter(MapIndex index)Construct an IndexAdapter. |
| Method Summary | |
|---|---|
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. |
boolean |
equals(java.lang.Object o)Compare this IndexMapListener with another object for equality. |
int |
hashCode()Return a hash code value for the IndexMapListener object. |
| Constructor Detail |
|---|
protected InvocableMapHelper.IndexAdapter(MapIndex index)
index - the MapIndex being wrapped| Method Detail |
|---|
public void entryInserted(MapEvent evt)
entryInserted in interface MapListenerevt - the MapEvent carrying the insert informationpublic void entryUpdated(MapEvent evt)
entryUpdated in interface MapListenerevt - the MapEvent carrying the update informationpublic void entryDeleted(MapEvent evt)
entryDeleted in interface MapListenerevt - the MapEvent carrying the delete informationpublic boolean equals(java.lang.Object o)
o - an object reference or nullpublic int hashCode()
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||