|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
java.util.EventObject
com.tangosol.util.MapEvent
com.tangosol.util.ConverterCollections.ConverterMapEvent
public static class ConverterCollections.ConverterMapEvent
A Converter MapEvent views an underlying MapEvent through a set of key and value Converters.
| Field Summary | |
|---|---|
protected Converter |
m_convKeyThe Converter to view the underlying MapEvent's key. |
protected Converter |
m_convValThe Converter to view the underlying MapEvent's value. |
protected MapEvent |
m_eventThe underlying MapEvent. |
static java.lang.Object |
NO_VALUETag object indicating that a corresponding value has not been converted. |
| Fields inherited from class com.tangosol.util.MapEvent |
|---|
ENTRY_DELETED, ENTRY_INSERTED, ENTRY_UPDATED, m_nId, m_oKey, m_oValueNew, m_oValueOld |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ConverterCollections.ConverterMapEvent(ObservableMap map, MapEvent event, Converter convKey, Converter convVal)Constructor. |
|
| Method Summary | |
|---|---|
Converter |
getConverterKeyUp()Return the Converter used to view the underlying MapEvent's key through. |
Converter |
getConverterValueUp()Return the Converter used to view the underlying MapEvent's value through. |
java.lang.Object |
getKey()Return a key associated with this event. |
MapEvent |
getMapEvent()Return the underlying MapEvent. |
java.lang.Object |
getNewValue()Return a new value associated with this event. |
java.lang.Object |
getOldValue()Return an old value associated with this event. |
boolean |
isKeyConverted()Check if the event's key has been converted. |
boolean |
isNewValueConverted()Check if the event's new value has been converted. |
boolean |
isOldValueConverted()Check if the event's old value has been converted. |
void |
setKey(java.lang.Object oKey)Set the cached converted old value associated with this event. |
void |
setNewValue(java.lang.Object oValue)Set the cached converted new value associated with this event. |
void |
setOldValue(java.lang.Object oValue)Set the cached converted old value associated with this event. |
| Methods inherited from class com.tangosol.util.MapEvent |
|---|
dispatch, dispatch, dispatch, getDescription, getDescription, getId, getMap, toString |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Field Detail |
|---|
public static final java.lang.Object NO_VALUE
protected MapEvent m_event
protected Converter m_convKey
protected Converter m_convVal
| Constructor Detail |
|---|
public ConverterCollections.ConverterMapEvent(ObservableMap map,
MapEvent event,
Converter convKey,
Converter convVal)
event - the underlying MapEventmap - the new event's sourceconvKey - the Converter to view the underlying MapEvent's keyconvVal - the Converter to view the underlying MapEvent's values| Method Detail |
|---|
public java.lang.Object getKey()
getKey in class MapEventpublic java.lang.Object getOldValue()
The old value represents a value deleted from or updated in a map. It is always null for "insert" notifications.
getOldValue in class MapEventpublic java.lang.Object getNewValue()
The new value represents a new value inserted into or updated in a map. It is always null for "delete" notifications.
getNewValue in class MapEventpublic MapEvent getMapEvent()
public Converter getConverterKeyUp()
public Converter getConverterValueUp()
public void setKey(java.lang.Object oKey)
oKey - the converted key valuepublic void setOldValue(java.lang.Object oValue)
oValue - the new converted "old" valuepublic void setNewValue(java.lang.Object oValue)
oValue - the new converted "new" valuepublic boolean isKeyConverted()
public boolean isOldValueConverted()
public boolean isNewValueConverted()
|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||