public class EventPattern extends java.lang.Object implements EventFilter
| Constructor and Description |
|---|
EventPattern(java.util.Map pattern) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
evaluate(long currentTime,
Event event)
returns true if the filter matching with the event or false otherwise
|
protected void |
finalize() |
public EventPattern(java.util.Map pattern)
throws org.apache.oro.text.regex.MalformedPatternException
org.apache.oro.text.regex.MalformedPatternExceptionpublic boolean evaluate(long currentTime,
Event event)
EventFilterevaluate in interface Filter<Event>evaluate in interface EventFilterpublic void clear()
protected void finalize()
finalize in class java.lang.Object