Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Interface
com.ibm.websphere.logging.hpel.reader.ServerInstanceLogRecordList

  • Packages that use ServerInstanceLogRecordList 
    Package Description
    com.ibm.websphere.logging.hpel.reader
    Provides classes and interfaces for reading log records stored in HPEL format.
    • Uses of ServerInstanceLogRecordList in com.ibm.websphere.logging.hpel.reader

      Methods in com.ibm.websphere.logging.hpel.reader that return ServerInstanceLogRecordList 
      Modifier and Type Method and Description
      ServerInstanceLogRecordList AbstractRemoteRepositoryReader.getLogListForCurrentServerInstance() 
      ServerInstanceLogRecordList RepositoryReaderImpl.getLogListForCurrentServerInstance() 
      ServerInstanceLogRecordList RepositoryReader.getLogListForCurrentServerInstance()
      returns log records from the repository that were created since the last server startup.
      ServerInstanceLogRecordList AbstractRemoteRepositoryReader.getLogListForServerInstance(java.util.Date time) 
      ServerInstanceLogRecordList RepositoryReaderImpl.getLogListForServerInstance(java.util.Date time) 
      ServerInstanceLogRecordList RepositoryReader.getLogListForServerInstance(java.util.Date time)
      returns log records from the repository of a server instance running at the time specified.
      ServerInstanceLogRecordList AbstractRemoteRepositoryReader.getLogListForServerInstance(java.util.Date time, int threadID) 
      ServerInstanceLogRecordList RepositoryReaderImpl.getLogListForServerInstance(java.util.Date time, int threadID) 
      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 AbstractRemoteRepositoryReader.getLogListForServerInstance(java.util.Date time, java.util.logging.Level minLevel, java.util.logging.Level maxLevel) 
      ServerInstanceLogRecordList RepositoryReaderImpl.getLogListForServerInstance(java.util.Date time, java.util.logging.Level minLevel, java.util.logging.Level maxLevel) 
      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.
      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(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 RepositoryReaderImpl.getLogListForServerInstance(java.util.Date time, LogRecordFilter filter)
      returns log records from the binary repository which satisfy condition of the filter as specified by the parameter.
      ServerInstanceLogRecordList RepositoryReaderImpl.getLogListForServerInstance(java.util.Date time, LogRecordHeaderFilter filter)
      returns log records from the binary repository which satisfy condition of the filter as specified by the parameter.
      ServerInstanceLogRecordList AbstractRemoteRepositoryReader.getLogListForServerInstance(RepositoryPointer after) 
      ServerInstanceLogRecordList RepositoryReaderImpl.getLogListForServerInstance(RepositoryPointer after) 
      ServerInstanceLogRecordList RepositoryReader.getLogListForServerInstance(RepositoryPointer after)
      returns log records from the repository that are beyond a given repository location as specified.
      ServerInstanceLogRecordList AbstractRemoteRepositoryReader.getLogListForServerInstance(RepositoryPointer after, int threadID) 
      ServerInstanceLogRecordList RepositoryReaderImpl.getLogListForServerInstance(RepositoryPointer after, int threadID) 
      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 AbstractRemoteRepositoryReader.getLogListForServerInstance(RepositoryPointer after, java.util.logging.Level minLevel, java.util.logging.Level maxLevel) 
      ServerInstanceLogRecordList RepositoryReaderImpl.getLogListForServerInstance(RepositoryPointer after, java.util.logging.Level minLevel, java.util.logging.Level maxLevel) 
      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 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 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 RepositoryReaderImpl.getLogListForServerInstance(RepositoryPointer after, LogRecordFilter filter)
      returns log records from the binary repository that are beyond a given repository location and satisfies the filter criteria as specified by the parameters.
      ServerInstanceLogRecordList RepositoryReaderImpl.getLogListForServerInstance(RepositoryPointer after, LogRecordHeaderFilter filter)
      returns log records from the binary repository that are beyond a given repository location and satisfies the filter criteria as specified by the parameters.
      Methods in com.ibm.websphere.logging.hpel.reader that return types with arguments of type ServerInstanceLogRecordList 
      Modifier and Type Method and Description
      java.util.Map<java.lang.String,ServerInstanceLogRecordList> ServerInstanceLogRecordList.getChildren()
      Returns the children for the process of a ServerInstanceLogRecordList.
      java.lang.Iterable<ServerInstanceLogRecordList> AbstractRemoteRepositoryReader.getLogLists() 
      java.lang.Iterable<ServerInstanceLogRecordList> RepositoryReaderImpl.getLogLists()
      returns log records from the binary repository
      java.lang.Iterable<ServerInstanceLogRecordList> RepositoryReader.getLogLists()
      returns all log records from the repository.
      java.lang.Iterable<ServerInstanceLogRecordList> AbstractRemoteRepositoryReader.getLogLists(java.util.Date minTime, java.util.Date maxTime) 
      java.lang.Iterable<ServerInstanceLogRecordList> RepositoryReaderImpl.getLogLists(java.util.Date minTime, java.util.Date maxTime)
      returns log records from the binary repository that are between 2 dates (inclusive)
      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> RepositoryReaderImpl.getLogLists(java.util.Date beginTime, java.util.Date endTime, LogRecordFilter filter)
      returns log records from the binary repository that are within the date range and which satisfy condition of the filter as specified by the parameters.
      java.lang.Iterable<ServerInstanceLogRecordList> RepositoryReaderImpl.getLogLists(java.util.Date beginTime, java.util.Date endTime, LogRecordHeaderFilter filter)
      returns log records from the binary repository that are within the date range and which satisfy condition of the filter as specified by the parameters.
      java.lang.Iterable<ServerInstanceLogRecordList> RepositoryReaderImpl.getLogLists(int minLevel, int maxLevel)
      returns log records from the binary repository that are within the level range as specified by the parameters.
      java.lang.Iterable<ServerInstanceLogRecordList> AbstractRemoteRepositoryReader.getLogLists(java.util.logging.Level minLevel, java.util.logging.Level maxLevel) 
      java.lang.Iterable<ServerInstanceLogRecordList> RepositoryReaderImpl.getLogLists(java.util.logging.Level minLevel, java.util.logging.Level maxLevel)
      returns log records from the binary repository beyond the given repository pointer and within the level range as specified by the parameters.
      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.
      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> 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(RepositoryPointer after) 
      java.lang.Iterable<ServerInstanceLogRecordList> RepositoryReaderImpl.getLogLists(RepositoryPointer after)
      returns log records from the binary repository that are within the date range and which satisfy condition of the filter as specified by the parameters.
      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> AbstractRemoteRepositoryReader.getLogLists(RepositoryPointer after, java.util.Date maxTime) 
      java.lang.Iterable<ServerInstanceLogRecordList> RepositoryReaderImpl.getLogLists(RepositoryPointer after, java.util.Date maxTime)
      returns log records from the binary repository that are after a given location and less than or equal to a given date Callers would have to invoke RepositoryLogRecordHeader.getRepositoryPointer() to obtain the RepositoryPointer of the last record read.
      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> RepositoryReaderImpl.getLogLists(RepositoryPointer after, java.util.Date endTime, LogRecordFilter filter)
      returns log records from the binary repository that are beyond a given repository location, occured before a given time, and meet a filter condition as specified by the parameters.
      java.lang.Iterable<ServerInstanceLogRecordList> RepositoryReaderImpl.getLogLists(RepositoryPointer after, java.util.Date endTime, LogRecordHeaderFilter filter)
      returns log records from the binary repository that are beyond a given repository location, occured before a given time, and meet a filter condition as specified by the parameters.
      java.lang.Iterable<ServerInstanceLogRecordList> RepositoryReaderImpl.getLogLists(RepositoryPointer after, int minLevel, int maxLevel)
      returns log records from the binary repository beyond the given repository pointer and within the level range as specified by the parameters.
      java.lang.Iterable<ServerInstanceLogRecordList> AbstractRemoteRepositoryReader.getLogLists(RepositoryPointer after, java.util.logging.Level minLevel, java.util.logging.Level maxLevel) 
      java.lang.Iterable<ServerInstanceLogRecordList> RepositoryReaderImpl.getLogLists(RepositoryPointer after, java.util.logging.Level minLevel, java.util.logging.Level maxLevel)
      returns log records from the binary repository beyond the given repository pointer and within the level range as specified by the parameters.
      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> 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> 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.
      Constructors in com.ibm.websphere.logging.hpel.reader with parameters of type ServerInstanceLogRecordList 
      Constructor and Description
      MergedRepository(ServerInstanceLogRecordList[] servers)
      Creates new iterable instance from the list of results obtained from different servers.
      Constructor parameters in com.ibm.websphere.logging.hpel.reader with type arguments of type ServerInstanceLogRecordList 
      Constructor and Description
      MergedRepository(java.lang.Iterable<ServerInstanceLogRecordList> servers)
      Creates new iterable instance from the list of results obtained from different servers.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes