com.ibm.websphere.logging.hpel.reader

Uses of Interface LogRecordFilter

Packages that use LogRecordFilter

Package Description
com.ibm.websphere.logging.hpel.reader Provides classes and interfaces for reading log records stored in HPEL format.
com.ibm.websphere.logging.hpel.reader.filters Sample of filters which can be used in local log queries.

Uses of LogRecordFilter in com.ibm.websphere.logging.hpel.reader

Modifier and Type Method and Description
  1. ServerInstanceLogRecordList
RepositoryReaderImpl.getLogListForServerInstance(java.util.Date time,LogRecordFilter filter)
returns log records from the binary repository which satisfy condition of the filter as specified by the parameter.
  1. ServerInstanceLogRecordList
RepositoryReaderImpl.getLogListForServerInstance(RepositoryPointer after,LogRecordFilter filter)
returns log records from the binary repository that are beyond a given repository location and satisfies the filter criteria as specified by the parameters.
  1. java.lang.Iterable<ServerInstanceLogRecordList>
RepositoryReaderImpl.getLogLists(java.util.Date beginTime,java.util.Date endTime,LogRecordFilter filter)
returns log records from the binary repository that are within the date range and which satisfy condition of the filter as specified by the parameters.
  1. java.lang.Iterable<ServerInstanceLogRecordList>
RepositoryReaderImpl.getLogLists(RepositoryPointer after,java.util.Date endTime,LogRecordFilter filter)
returns log records from the binary repository that are beyond a given repository location, occured before a given time, and meet a filter condition as specified by the parameters.

Uses of LogRecordFilter in com.ibm.websphere.logging.hpel.reader.filters

Modifier and Type Class and Description
  1. class
LoggerNameFilter
Implementation of the LogRecordFilter interface for filtering out records not written by a logger with a matching name.
  1. class
LogViewerFilter
Implementation of the LogRecordFilter interface using multiple parameters to filter log records.
  1. class
MultipleCriteriaFilter
filter class for all remote reader functionality.