IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.logging.hpel.writer
Class CompatibilityZipRepositoryExporter

java.lang.Object
  extended by com.ibm.websphere.logging.hpel.writer.CompatibilityRepositoryExporter
      extended by com.ibm.websphere.logging.hpel.writer.CompatibilityZipRepositoryExporter
All Implemented Interfaces:
RepositoryExporter

public class CompatibilityZipRepositoryExporter
extends CompatibilityRepositoryExporter

Implementation of the RepositoryExporter interface exporting log records into a compressed text file.


Constructor Summary
CompatibilityZipRepositoryExporter(java.io.File archiveFile, HpelFormatter formatter)
          Creates an instance for storing records in a zipped file in a compatibility text format.
 
Method Summary
 void close()
          flushes and closes the output stream
 
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

public CompatibilityZipRepositoryExporter(java.io.File archiveFile,
                                          HpelFormatter formatter)
                                   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

public void close()
Description copied from class: CompatibilityRepositoryExporter
flushes and closes the output stream

Specified by:
close in interface RepositoryExporter
Overrides:
close in class CompatibilityRepositoryExporter

IBM WebSphere Application ServerTM
Release 8