com.ibm.websphere.logging.hpel.writer

Class CompatibilityZipRepositoryExporter

  1. java.lang.Object
  2. extended bycom.ibm.websphere.logging.hpel.writer.CompatibilityRepositoryExporter
  3. extended bycom.ibm.websphere.logging.hpel.writer.CompatibilityZipRepositoryExporter
All implemented interfaces:
RepositoryExporter

  1. public class CompatibilityZipRepositoryExporter
  2. extends CompatibilityRepositoryExporter
Implementation of the RepositoryExporter interface exporting log records into a compressed text file.

Constructor Summary

Constructor and Description
CompatibilityZipRepositoryExporter(java.io.File archiveFile,HpelFormatter formatter)
Creates an instance for storing records in a zipped file in a compatibility text format.

Method Summary

Modifier and Type Method and Description
  1. void
close()
Methods inherited from class com.ibm.websphere.logging.hpel.writer.CompatibilityRepositoryExporter
storeHeader, storeHeader, storeRecord
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

CompatibilityZipRepositoryExporter

  1. public CompatibilityZipRepositoryExporter( java.io.File archiveFile,
  2. HpelFormatter formatter)
  3. throws java.io.IOException
Creates an instance for storing records in a zipped file in a compatibility text format.
Parameters:
archiveFile - output file
formatter - formatter to use when converting record messages into text
Throws:
java.io.IOException - if an I/O error has occurred

Method Detail

close

  1. public void close()
Description copied from class: CompatibilityRepositoryExporter
flushes and closes the output stream
Specified by:
close in interface RepositoryExporter
Overrides: