|
||||||||||
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.ThreadIDFilter
public class ThreadIDFilter
Implementation of the LogRecordHeaderFilter
interface for filtering out
records not written by a thread with a given thread ID.
Constructor Summary | |
---|---|
ThreadIDFilter(int threadID)
Creates a filter instance with a specified thread ID. |
Method Summary | |
---|---|
boolean |
accept(RepositoryLogRecordHeader record)
Checks if record should be accepted into the list. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThreadIDFilter(int threadID)
threadID
- ID that each record's thread ID will be compared toMethod Detail |
---|
public boolean accept(RepositoryLogRecordHeader record)
LogRecordHeaderFilter
accept
in interface LogRecordHeaderFilter
record
- log record header to check
true
if record should be included in the list;
false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |