|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AuditEventFilter
This interface defines the methods that every event-filter needs to provide.
| Method Summary | |
|---|---|
java.lang.String |
filterCommand()
The method should return a string that represents the instance of this filter. |
boolean |
matches(AuditEvent evt)
This method returns true, if the filter matches the given event evt. |
| Method Detail |
|---|
boolean matches(AuditEvent evt)
evt.
evt - the event to match against
true iff the event matches this filterjava.lang.String filterCommand()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||