Uses of Class
com.ibm.websphere.logging.hpel.reader.LogRepositoryException
Packages that use LogRepositoryException
Package
Description
Provides classes and interfaces for reading log records stored in HPEL format.
-
Uses of LogRepositoryException in com.ibm.websphere.logging.hpel.reader
Methods in com.ibm.websphere.logging.hpel.reader that throw LogRepositoryExceptionModifier and TypeMethodDescriptionAbstractRemoteRepositoryReader.getLogListForCurrentServerInstance()
RepositoryReader.getLogListForCurrentServerInstance()
returns log records from the repository that were created since the last server startup.AbstractRemoteRepositoryReader.getLogListForServerInstance
(RepositoryPointer after) AbstractRemoteRepositoryReader.getLogListForServerInstance
(RepositoryPointer after, int threadID) 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.AbstractRemoteRepositoryReader.getLogListForServerInstance
(RepositoryPointer after, Level minLevel, Level maxLevel) AbstractRemoteRepositoryReader.getLogListForServerInstance
(Date time) AbstractRemoteRepositoryReader.getLogListForServerInstance
(Date time, int threadID) AbstractRemoteRepositoryReader.getLogListForServerInstance
(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
(Date time, Level minLevel, Level maxLevel) RemoteResultCollector.getLogListForServerInstance
(RemoteInstanceDetails indicator, RepositoryPointer after, int offset, int maxRecords, Locale locale) retrieves records and header for one server instance.RepositoryReader.getLogListForServerInstance
(RepositoryPointer after) returns log records from the repository that are beyond a given repository location as specified.RepositoryReader.getLogListForServerInstance
(RepositoryPointer after, int threadID) returns log records from the repository that are beyond a given repository location and created by a given thread as specified.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.RepositoryReader.getLogListForServerInstance
(RepositoryPointer after, Level minLevel, Level maxLevel) returns log records from the repository that are beyond a given repository location and within the level range as specified.RepositoryReader.getLogListForServerInstance
(Date time) returns log records from the repository of a server instance running at the time specified.RepositoryReader.getLogListForServerInstance
(Date time, int threadID) returns log records from the repository of a server instance running at a specified time created by the given thread.RepositoryReader.getLogListForServerInstance
(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.RepositoryReader.getLogListForServerInstance
(Date time, Level minLevel, Level maxLevel) returns log records from the repository of a server instance running at a specified time, within the level range as specified.AbstractRemoteRepositoryReader.getLogLists()
AbstractRemoteRepositoryReader.getLogLists
(LogQueryBean query) returns log records from the repository according to the criteria specified by the log query bean.AbstractRemoteRepositoryReader.getLogLists
(RepositoryPointer after) 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.getLogLists
(RepositoryPointer after, Date maxTime) AbstractRemoteRepositoryReader.getLogLists
(RepositoryPointer after, Level minLevel, Level maxLevel) AbstractRemoteRepositoryReader.getLogLists
(Date minTime, Date maxTime) AbstractRemoteRepositoryReader.getLogLists
(Level minLevel, Level maxLevel) RemoteResultCollector.getLogLists
(LogQueryBean logQueryBean, RepositoryPointer after) retrieves results for all server instances in the repository.RepositoryReader.getLogLists()
returns all log records from the repository.RepositoryReader.getLogLists
(LogQueryBean query) returns log records from the repository according to the criteria specified by the log query bean.RepositoryReader.getLogLists
(RepositoryPointer after) returns all log records from the repository beyond a given repository location as specified.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.RepositoryReader.getLogLists
(RepositoryPointer after, Date maxTime) returns log records from the repository that are beyond a given repository location and occurred before a given time as specified.RepositoryReader.getLogLists
(RepositoryPointer after, Level minLevel, Level maxLevel) returns log records from the repository that are beyond a given repository location and within the level range as specified.RepositoryReader.getLogLists
(Date minTime, Date maxTime) returns log records from the repository that are within the date range as specified.RepositoryReader.getLogLists
(Level minLevel, Level maxLevel) returns log records from the repository that are within the level range as specified.abstract RemoteAllResults
AbstractRemoteRepositoryReader.readLogLists
(LogQueryBean query, RepositoryPointer after) retrieves results for all server instances in the repository.abstract RemoteInstanceResult
AbstractRemoteRepositoryReader.readLogRecords
(RemoteInstanceDetails indicator, RepositoryPointer after, int offset, int size, Locale locale) retrieves records and header for one server instance.Constructors in com.ibm.websphere.logging.hpel.reader with parameters of type LogRepositoryExceptionModifierConstructorDescriptionconstructs exception with the specified cause.