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 |
---|---|
RemoteInstanceDetails.getQuery()
gets query used on this instance
|
Modifier and Type | Method and Description |
---|---|
RepositoryReaderImpl.getLogListForServerInstance(java.util.Date time,LogQueryBean query)
|
|
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.
|
|
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.
|
|
RepositoryReaderImpl.getLogListForServerInstance(RepositoryPointer after,LogQueryBean query)
|
|
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.
|
|
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.
|
|
|
RepositoryReaderImpl.getLogLists(LogQueryBean query)
|
|
RepositoryReader.getLogLists(LogQueryBean query)
returns log records from the repository according to the criteria specified
by the log query bean.
|
|
AbstractRemoteRepositoryReader.getLogLists(LogQueryBean query)
returns log records from the repository according to the criteria specified
by the log query bean.
|
RemoteResultCollector.getLogLists(LogQueryBean logQueryBean,RepositoryPointer after)
retrieves results for all server instances in the repository.
|
|
|
RepositoryReaderImpl.getLogLists(RepositoryPointer after,LogQueryBean query)
|
|
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.
|
|
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.
|
|
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
|