| 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(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(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(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 | RepositoryReaderImpl. getLogListForServerInstance(java.util.Date time,
                           LogQueryBean query) |  | 
| 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,
           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. | 
| RemoteAllResults | RemoteResultCollector. getLogLists(LogQueryBean logQueryBean,
           RepositoryPointer after) | retrieves results for all server instances in 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,
           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> | RepositoryReaderImpl. getLogLists(LogQueryBean query) |  | 
| java.lang.Iterable<ServerInstanceLogRecordList> | RepositoryReaderImpl. getLogLists(RepositoryPointer after,
           LogQueryBean query) |  | 
| abstract RemoteAllResults | AbstractRemoteRepositoryReader. readLogLists(LogQueryBean query,
            RepositoryPointer after) | retrieves results for all server instances in the repository. |