Uses of Package com.ibm.websphere.logging.hpel.reader

Packages that use com.ibm.websphere.logging.hpel.reader

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.
com.ibm.websphere.logging.hpel.writer Set of classes and interfaces to store log records on disk

Classes in com.ibm.websphere.logging.hpel.reader used by com.ibm.websphere.logging.hpel.reader

Class and Description
HpelFormatter
Abstract class for formatters used to convert HPEL log records into a formatted string output.
HpelPlainFormatter
Abstract class for HpelFormatter implementations that have a non-XML based format
LogQueryBean
Simple bean class to hold more static parts of a given query.
LogRecordFilter
A filter to select log records based on fields available from the RepositoryLogRecord.
LogRecordHeaderFilter
A filter to select log records based on fields available from the RepositoryLogRecordHeader.
LogRepositoryException
Checked exception thrown in API methods in case of an error.
RemoteAllResults
Collection of instances satisfying query request.
RemoteInstanceDetails
Object representing a server instance in a query context.
RemoteInstanceResult
Result of the query on a server instance.
RemoteListCache
Repository result cache to improve performance of multiple calls
RepositoryLogRecord
An individual record in the HPEL repository.
RepositoryLogRecordHeader
The header of an individual record in the HPEL repository.
RepositoryPointer
A pointer to a location in an HPEL repository.
RepositoryReader
An interface for reading HPEL repositories.
ServerInstanceLogRecordList
A list of log records originating from one process.

Classes in com.ibm.websphere.logging.hpel.reader used by com.ibm.websphere.logging.hpel.reader.filters

Class and Description
LogQueryBean
Simple bean class to hold more static parts of a given query.
LogRecordFilter
A filter to select log records based on fields available from the RepositoryLogRecord.
LogRecordHeaderFilter
A filter to select log records based on fields available from the RepositoryLogRecordHeader.
RepositoryLogRecord
An individual record in the HPEL repository.
RepositoryLogRecordHeader
The header of an individual record in the HPEL repository.

Classes in com.ibm.websphere.logging.hpel.reader used by com.ibm.websphere.logging.hpel.writer

Class and Description
HpelFormatter
Abstract class for formatters used to convert HPEL log records into a formatted string output.
RepositoryLogRecord
An individual record in the HPEL repository.