public final class FilterParamIndexEqualsIs extends FilterParamIndexEqualsBase
constantsMap, constantsMapRWLock
lookupable
Constructor and Description |
---|
FilterParamIndexEqualsIs(FilterSpecLookupable lookupable,
ReadWriteLock readWriteLock) |
Modifier and Type | Method and Description |
---|---|
void |
matchEvent(EventBean theEvent,
Collection<FilterHandle> matches)
Perform the matching of an event based on the event property values,
adding any callbacks for matches found to the matches list.
|
get, getReadWriteLock, isEmpty, put, remove, sizeExpensive
getLookupable, toString
getFilterOperator
public FilterParamIndexEqualsIs(FilterSpecLookupable lookupable, ReadWriteLock readWriteLock)
public final void matchEvent(EventBean theEvent, Collection<FilterHandle> matches)
EventEvaluator
theEvent
- is the event object wrapper to obtain event property values frommatches
- accumulates the matching filter callbacks