Uses of Class
com.ibm.websphere.logging.hpel.reader.LogQueryBean

Packages that use LogQueryBean
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
 

Methods in com.ibm.websphere.logging.hpel.reader that return LogQueryBean
 LogQueryBean RemoteInstanceDetails.getQuery()
          gets query used on this instance
 

Methods in com.ibm.websphere.logging.hpel.reader with parameters of type LogQueryBean
 ServerInstanceLogRecordList RepositoryReaderImpl.getLogListForServerInstance(java.util.Date time, LogQueryBean query)
           
 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.
 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.
 ServerInstanceLogRecordList RepositoryReaderImpl.getLogListForServerInstance(RepositoryPointer after, LogQueryBean query)
           
 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.
 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.
 java.lang.Iterable<ServerInstanceLogRecordList> RepositoryReaderImpl.getLogLists(LogQueryBean query)
           
 java.lang.Iterable<ServerInstanceLogRecordList> RepositoryReader.getLogLists(LogQueryBean query)
          returns log records from the repository according to the criteria specified by the log query bean.
 java.lang.Iterable<ServerInstanceLogRecordList> AbstractRemoteRepositoryReader.getLogLists(LogQueryBean query)
          returns log records from the repository according to the criteria specified by the log query bean.
 RemoteAllResults RemoteResultCollector.getLogLists(LogQueryBean logQueryBean, RepositoryPointer after)
          retrieves results for all server instances in the repository.
 java.lang.Iterable<ServerInstanceLogRecordList> RepositoryReaderImpl.getLogLists(RepositoryPointer after, LogQueryBean query)
           
 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.
 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.
abstract  RemoteAllResults AbstractRemoteRepositoryReader.readLogLists(LogQueryBean query, RepositoryPointer after)
          retrieves results for all server instances in the repository.
 

Constructors in com.ibm.websphere.logging.hpel.reader with parameters of type LogQueryBean
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
 

Constructors in com.ibm.websphere.logging.hpel.reader.filters with parameters of type LogQueryBean
MultipleCriteriaFilter(LogQueryBean logQueryBean)
          construct the filter for the read API