com.ibm.websphere.logging.hpel.reader

Uses of Class LogQueryBean

Packages that use LogQueryBean

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 LogQueryBean in com.ibm.websphere.logging.hpel.reader

Modifier and Type Method and Description
  1. LogQueryBean
RemoteInstanceDetails.getQuery()
gets query used on this instance
Modifier and Type Method and Description
  1. ServerInstanceLogRecordList
RepositoryReaderImpl.getLogListForServerInstance(java.util.Date time,LogQueryBean query)
  1. ServerInstanceLogRecordList
RepositoryReader.getLogListForServerInstance(java.util.Date time,LogQueryBean query)
returns log records from the repository of a server instance running at a specified time, according to the criteria specified by the log query bean.
  1. ServerInstanceLogRecordList
AbstractRemoteRepositoryReader.getLogListForServerInstance(java.util.Date time,LogQueryBean query)
returns log records from the repository of a server instance running at a specified time, according to the criteria specified by the log query bean.
  1. ServerInstanceLogRecordList
RepositoryReaderImpl.getLogListForServerInstance(RepositoryPointer after,LogQueryBean query)
  1. ServerInstanceLogRecordList
RepositoryReader.getLogListForServerInstance(RepositoryPointer after,LogQueryBean query)
returns log records from the repository for one server instance that are beyond a given repository location, according to the criteria specified by the log query bean.
  1. ServerInstanceLogRecordList
AbstractRemoteRepositoryReader.getLogListForServerInstance(RepositoryPointer after,LogQueryBean query)
returns log records from the repository for one server instance that are beyond a given repository location, according to the criteria specified by the log query bean.
  1. java.lang.Iterable<ServerInstanceLogRecordList>
RepositoryReaderImpl.getLogLists(LogQueryBean query)
  1. java.lang.Iterable<ServerInstanceLogRecordList>
RepositoryReader.getLogLists(LogQueryBean query)
returns log records from the repository according to the criteria specified by the log query bean.
  1. java.lang.Iterable<ServerInstanceLogRecordList>
AbstractRemoteRepositoryReader.getLogLists(LogQueryBean query)
returns log records from the repository according to the criteria specified by the log query bean.
  1. RemoteAllResults
RemoteResultCollector.getLogLists(LogQueryBean logQueryBean,RepositoryPointer after)
retrieves results for all server instances in the repository.
  1. java.lang.Iterable<ServerInstanceLogRecordList>
RepositoryReaderImpl.getLogLists(RepositoryPointer after,LogQueryBean query)
  1. java.lang.Iterable<ServerInstanceLogRecordList>
RepositoryReader.getLogLists(RepositoryPointer after,LogQueryBean query)
returns log records from the repository that are beyond a given repository location, according to the criteria specified by the log query bean.
  1. java.lang.Iterable<ServerInstanceLogRecordList>
AbstractRemoteRepositoryReader.getLogLists(RepositoryPointer after,LogQueryBean query)
returns log records from the repository that are beyond a given repository location, according to the criteria specified by the log query bean.
  1. abstract
  2. RemoteAllResults
AbstractRemoteRepositoryReader.readLogLists(LogQueryBean query,RepositoryPointer after)
retrieves results for all server instances in the repository.
Constructor and Description
RemoteAllResults(LogQueryBean query)
creates an empty instance of the result corresponding to the query.
RemoteInstanceDetails(LogQueryBean query,java.util.Date startTime,java.lang.String[] subProcs)
creates instance with a specified time and query.

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

Constructor and Description
MultipleCriteriaFilter(LogQueryBean logQueryBean)
construct the filter for the read API