|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.logging.hpel.reader.filters.MultipleCriteriaFilter
public class MultipleCriteriaFilter
filter class for all remote reader functionality. Note that an attempt is made to do all heavy processing in the constructor so that the per-record invocations go as quickly as possible.
Constructor Summary | |
---|---|
MultipleCriteriaFilter(LogQueryBean logQueryBean)
construct the filter for the read API |
Method Summary | |
---|---|
boolean |
accept(RepositoryLogRecord record)
filter current record per criteria passed in. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultipleCriteriaFilter(LogQueryBean logQueryBean)
logQueryBean
- bean/object with all query informationMethod Detail |
---|
public boolean accept(RepositoryLogRecord record)
accept
in interface LogRecordFilter
record
- RepositoryLogRecord to filter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |