com.ibm.websphere.logging.hpel.reader
Interface LogRecordHeaderFilter
- public interface LogRecordHeaderFilter
RepositoryLogRecordHeader.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
accept(RepositoryLogRecordHeader record)
Checks if record should be accepted into the list.
|
Method Detail
accept
- boolean accept(RepositoryLogRecordHeader record)
Checks if record should be accepted into the list.
Parameters:
record - log record header to check Returns:
true if record should be included in the list;
false otherwise.