| ServerInstanceLogRecordList | AbstractRemoteRepositoryReader. getLogListForCurrentServerInstance() |  | 
| ServerInstanceLogRecordList | RepositoryReader. getLogListForCurrentServerInstance() | returns log records from the repository that were created since the last 
 server startup. | 
| ServerInstanceLogRecordList | AbstractRemoteRepositoryReader. getLogListForServerInstance(RepositoryPointer after) |  | 
| ServerInstanceLogRecordList | AbstractRemoteRepositoryReader. getLogListForServerInstance(RepositoryPointer after,
                           int threadID) |  | 
| 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. | 
| ServerInstanceLogRecordList | AbstractRemoteRepositoryReader. getLogListForServerInstance(RepositoryPointer after,
                           java.util.logging.Level minLevel,
                           java.util.logging.Level maxLevel) |  | 
| ServerInstanceLogRecordList | AbstractRemoteRepositoryReader. getLogListForServerInstance(java.util.Date time) |  | 
| ServerInstanceLogRecordList | AbstractRemoteRepositoryReader. getLogListForServerInstance(java.util.Date time,
                           int threadID) |  | 
| 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 | AbstractRemoteRepositoryReader. getLogListForServerInstance(java.util.Date time,
                           java.util.logging.Level minLevel,
                           java.util.logging.Level maxLevel) |  | 
| RemoteInstanceResult | RemoteResultCollector. getLogListForServerInstance(RemoteInstanceDetails indicator,
                           RepositoryPointer after,
                           int offset,
                           int maxRecords,
                           java.util.Locale locale) | retrieves records and header for one server instance. | 
| ServerInstanceLogRecordList | RepositoryReader. getLogListForServerInstance(RepositoryPointer after) | returns log records from the repository that are beyond a given 
 repository location as specified. | 
| ServerInstanceLogRecordList | 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. | 
| 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 | RepositoryReader. getLogListForServerInstance(RepositoryPointer after,
                           java.util.logging.Level minLevel,
                           java.util.logging.Level maxLevel) | returns log records from the repository that are beyond a given 
 repository location and within the level range as specified. | 
| ServerInstanceLogRecordList | RepositoryReader. getLogListForServerInstance(java.util.Date time) | returns log records from the repository of a server instance running
 at the time specified. | 
| ServerInstanceLogRecordList | RepositoryReader. getLogListForServerInstance(java.util.Date time,
                           int threadID) | returns log records from the repository of a server instance running
 at a specified time created by the given thread. | 
| 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 | RepositoryReader. getLogListForServerInstance(java.util.Date time,
                           java.util.logging.Level minLevel,
                           java.util.logging.Level maxLevel) | returns log records from the repository of a server instance running
 at a specified time, within the level range as specified. | 
| java.lang.Iterable<ServerInstanceLogRecordList> | AbstractRemoteRepositoryReader. getLogLists() |  | 
| java.lang.Iterable<ServerInstanceLogRecordList> | AbstractRemoteRepositoryReader. 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(RepositoryPointer after) |  | 
| 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. | 
| java.lang.Iterable<ServerInstanceLogRecordList> | AbstractRemoteRepositoryReader. getLogLists(RepositoryPointer after,
           java.util.Date maxTime) |  | 
| java.lang.Iterable<ServerInstanceLogRecordList> | AbstractRemoteRepositoryReader. getLogLists(RepositoryPointer after,
           java.util.logging.Level minLevel,
           java.util.logging.Level maxLevel) |  | 
| java.lang.Iterable<ServerInstanceLogRecordList> | AbstractRemoteRepositoryReader. getLogLists(java.util.Date minTime,
           java.util.Date maxTime) |  | 
| java.lang.Iterable<ServerInstanceLogRecordList> | AbstractRemoteRepositoryReader. getLogLists(java.util.logging.Level minLevel,
           java.util.logging.Level maxLevel) |  | 
| RemoteAllResults | RemoteResultCollector. getLogLists(LogQueryBean logQueryBean,
           RepositoryPointer after) | retrieves results for all server instances in the repository. | 
| java.lang.Iterable<ServerInstanceLogRecordList> | RepositoryReader. getLogLists() | returns all log records from the repository. | 
| 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> | RepositoryReader. getLogLists(RepositoryPointer after) | returns all log records from the repository beyond a given repository
 location as specified. | 
| 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> | RepositoryReader. getLogLists(RepositoryPointer after,
           java.util.Date maxTime) | returns log records from the repository that are beyond a given 
 repository location and occurred before a given time as specified. | 
| java.lang.Iterable<ServerInstanceLogRecordList> | RepositoryReader. getLogLists(RepositoryPointer after,
           java.util.logging.Level minLevel,
           java.util.logging.Level maxLevel) | returns log records from the repository that are beyond a given 
 repository location and within the level range as specified. | 
| java.lang.Iterable<ServerInstanceLogRecordList> | RepositoryReader. getLogLists(java.util.Date minTime,
           java.util.Date maxTime) | returns log records from the repository that are within the date range 
 as specified. | 
| java.lang.Iterable<ServerInstanceLogRecordList> | RepositoryReader. getLogLists(java.util.logging.Level minLevel,
           java.util.logging.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,
              java.util.Locale locale) | retrieves records and header for one server instance. |