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.RepositoryLogRecord

  • Packages that use RepositoryLogRecord 
    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.
    com.ibm.websphere.logging.hpel.writer
    Set of classes and interfaces to store log records on disk
    • Uses of RepositoryLogRecord in com.ibm.websphere.logging.hpel.reader

      Methods in com.ibm.websphere.logging.hpel.reader that return types with arguments of type RepositoryLogRecord 
      Modifier and Type Method and Description
      java.util.ArrayList<RepositoryLogRecord> RemoteInstanceResult.getLogList()
      returns the set of records in this result.
      java.util.Iterator<RepositoryLogRecord> MergedRepository.iterator() 
      java.lang.Iterable<RepositoryLogRecord> ServerInstanceLogRecordList.range(int offset, int length)
      Returns a subset of records from this query result.
      Methods in com.ibm.websphere.logging.hpel.reader with parameters of type RepositoryLogRecord 
      Modifier and Type Method and Description
      boolean LogRecordFilter.accept(RepositoryLogRecord record)
      Checks if record should be accepted into the list.
      void RemoteInstanceResult.addRecord(RepositoryLogRecord record)
      adds record to the result set.
      java.lang.String HpelFormatter.formatMessage(RepositoryLogRecord record, java.util.Locale tmpLocale)
      Returns the formatted version of the record's message in a specified locale with any place holder parameters substituted with values.
      java.lang.String HpelFormatter.formatRecord(RepositoryLogRecord record)
      Formats a RepositoryLogRecord using the formatter's locale
      java.lang.String HpelAdvancedFormatter.formatRecord(RepositoryLogRecord record, java.util.Locale locale)
      Formats a RepositoryLogRecord into a localized advanced format output String.
      java.lang.String HpelCBEFormatter.formatRecord(RepositoryLogRecord record, java.util.Locale locale)
      Formats a RepositoryLogRecord into a localized CBE format output String.
      abstract java.lang.String HpelFormatter.formatRecord(RepositoryLogRecord record, java.util.Locale locale)
      Formats a RepositoryLogRecord using the locale specified.
      java.lang.String HpelJsonFormatter.formatRecord(RepositoryLogRecord record, java.util.Locale locale) 
      java.lang.String HpelBasicFormatter.formatRecord(RepositoryLogRecord record, java.util.Locale locale)
      Formats a RepositoryLogRecord into a localized basic format output String.
      java.lang.String HpelCBEFormatter.getFormattedRecord(RepositoryLogRecord record, java.util.Locale locale)
      Gets a String representation of a log record as a CBEEvent XML element
      java.util.Properties MergedRepository.getHeader(RepositoryLogRecord record)
      Returns header information for the server this record was created on.
      static java.lang.String HpelFormatter.translateMessage(RepositoryLogRecord record, java.util.Locale tmpLocale) 
    • Uses of RepositoryLogRecord in com.ibm.websphere.logging.hpel.reader.filters

      Methods in com.ibm.websphere.logging.hpel.reader.filters with parameters of type RepositoryLogRecord 
      Modifier and Type Method and Description
      boolean LoggerNameFilter.accept(RepositoryLogRecord record) 
      boolean MultipleCriteriaFilter.accept(RepositoryLogRecord record)
      filter current record per criteria passed in.
      boolean LogViewerFilter.accept(RepositoryLogRecord record) 
    • Uses of RepositoryLogRecord in com.ibm.websphere.logging.hpel.writer

      Methods in com.ibm.websphere.logging.hpel.writer with parameters of type RepositoryLogRecord 
      Modifier and Type Method and Description
      void RepositoryExporter.storeRecord(RepositoryLogRecord record)
      Writes log record into exported repository.
      void CompatibilityRepositoryExporter.storeRecord(RepositoryLogRecord record)
      Stores a RepositoryLogRecord into the proper text format
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes