|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.logging.hpel.writer.CompatibilityRepositoryExporter
com.ibm.websphere.logging.hpel.writer.CompatibilityZipRepositoryExporter
public class CompatibilityZipRepositoryExporter
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 |
---|
public CompatibilityZipRepositoryExporter(java.io.File archiveFile, HpelFormatter formatter) throws java.io.IOException
archiveFile
- output fileformatter
- formatter to use when converting record messages into text
java.io.IOException
- if an I/O error has occurredMethod Detail |
---|
public void close()
CompatibilityRepositoryExporter
close
in interface RepositoryExporter
close
in class CompatibilityRepositoryExporter
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |