|
Oracle® Coherence Java API Reference v3.5.1 E15583-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.net.cache.CacheEvent
com.tangosol.util.ConverterCollections.ConverterCacheEvent
public static class ConverterCollections.ConverterCacheEvent
A Converter CacheEvent views an underlying CacheEvent through a set of key and value Converters.
Field Summary | |
---|---|
protected Converter |
m_convKey The Converter to view the underlying CacheEvent's key. |
protected Converter |
m_convVal The Converter to view the underlying CacheEvent's value. |
protected CacheEvent |
m_event The underlying CacheEvent. |
Fields inherited from class com.tangosol.net.cache.CacheEvent |
---|
m_fSynthetic |
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.ConverterCacheEvent(ObservableMap map, CacheEvent event, Converter convKey, Converter convVal) Constructor. |
Method Summary | |
---|---|
CacheEvent |
getCacheEvent() Return the underlying CacheEvent. |
Converter |
getConverterKeyUp() Return the Converter used to view the underlying CacheEvent's key through. |
Converter |
getConverterValueUp() Return the Converter used to view the underlying CacheEvent's value through. |
java.lang.Object |
getKey() Return a key associated with this event. |
java.lang.Object |
getNewValue() Return a new value associated with this event. |
java.lang.Object |
getOldValue() Return an 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.net.cache.CacheEvent |
---|
getDescription, isSynthetic |
Methods inherited from class com.tangosol.util.MapEvent |
---|
dispatch, dispatch, dispatch, getDescription, getId, getMap, toString |
Methods inherited from class java.util.EventObject |
---|
getSource |
Field Detail |
---|
protected CacheEvent m_event
protected Converter m_convKey
protected Converter m_convVal
Constructor Detail |
---|
public ConverterCollections.ConverterCacheEvent(ObservableMap map, CacheEvent event, Converter convKey, Converter convVal)
event
- the underlying CacheEventmap
- the new event's sourceconvKey
- the Converter to view the underlying CacheEvent's keyconvVal
- the Converter to view the underlying CacheEvent's valuesMethod Detail |
---|
public java.lang.Object getKey()
getKey
in class MapEvent
public 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 MapEvent
public 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 MapEvent
public CacheEvent getCacheEvent()
public Converter getConverterKeyUp()
public Converter getConverterValueUp()
public void setOldValue(java.lang.Object oValue)
oValue
- the new converted "old" valuepublic void setNewValue(java.lang.Object oValue)
oValue
- the new converted "new" value
|
Oracle® Coherence Java API Reference v3.5.1 E15583-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |