|
Oracle® Coherence Java API Reference v3.5.3 E15583-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.util.EventObject
com.tangosol.util.MapEvent
com.tangosol.net.cache.CacheEvent
com.tangosol.util.MapListenerSupport.FilterEvent
public static class MapListenerSupport.FilterEvent
An extension of the CacheEvent which may carry no values (old or new), but instead holds on an array of Filter objects being the "cause" of the event.
| Field Summary | |
|---|---|
protected Filter[] |
m_afilter
Filters caused the event. |
| 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 | |
|---|---|
MapListenerSupport.FilterEvent(ObservableMap map,
int nId,
java.lang.Object oKey,
boolean fSynthetic,
Filter[] afilter)
Constructs a new lite (no values are speicifed) FilterEvent. |
|
MapListenerSupport.FilterEvent(ObservableMap map,
int nId,
java.lang.Object oKey,
java.lang.Object oValueOld,
java.lang.Object oValueNew,
boolean fSynthetic,
Filter[] afilter)
Constructs a new FilterEvent. |
|
| Method Summary | |
|---|---|
protected java.lang.String |
getDescription()
Get the event's description. |
Filter[] |
getFilter()
Return an array of filters that are the cause of this event |
| Methods inherited from class com.tangosol.net.cache.CacheEvent |
|---|
isSynthetic |
| Methods inherited from class com.tangosol.util.MapEvent |
|---|
dispatch, dispatch, dispatch, getDescription, getId, getKey, getMap, getNewEntry, getNewValue, getOldEntry, getOldValue, toString |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Field Detail |
|---|
protected Filter[] m_afilter
| Constructor Detail |
|---|
public MapListenerSupport.FilterEvent(ObservableMap map,
int nId,
java.lang.Object oKey,
boolean fSynthetic,
Filter[] afilter)
map - the ObservableMap object that fired the eventnId - this event's idoKey - the key into the mapfSynthetic - true iff the event is caused by the cache
internal processing such as eviction or loadingafilter - an array of filters caused this event
public MapListenerSupport.FilterEvent(ObservableMap map,
int nId,
java.lang.Object oKey,
java.lang.Object oValueOld,
java.lang.Object oValueNew,
boolean fSynthetic,
Filter[] afilter)
map - the ObservableMap object that fired the eventnId - this event's idoKey - the key into the mapoValueOld - the old valueoValueNew - the new valuefSynthetic - true iff the event is caused by the cache
internal processing such as eviction or loadingafilter - an array of filters caused this event| Method Detail |
|---|
public Filter[] getFilter()
protected java.lang.String getDescription()
getDescription in class CacheEvent
|
Oracle® Coherence Java API Reference v3.5.3 E15583-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||