|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.ws.logging.hpel.impl.AbstractHPELRepositoryExporter
com.ibm.websphere.logging.hpel.writer.HPELZipRepositoryExporter
public class HPELZipRepositoryExporter
Implementation of the RepositoryExporter
interface exporting log records in
a compressed file containing HPEL formatted files.
Constructor Summary | |
---|---|
HPELZipRepositoryExporter(java.io.File archiveFile)
Constructs exporter storing log records in HPEL format. |
Method Summary | |
---|---|
void |
close()
Finishes writing exported repository and closes all open resources. |
Methods inherited from class com.ibm.ws.logging.hpel.impl.AbstractHPELRepositoryExporter |
---|
storeHeader, storeHeader, storeRecord |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HPELZipRepositoryExporter(java.io.File archiveFile) throws java.io.IOException
archiveFile
- output zipped file where repository log files will be created.
java.io.IOException
- if an I/O error has occurredMethod Detail |
---|
public void close()
RepositoryExporter
RepositoryExporter.storeHeader(Properties)
or RepositoryExporter.storeRecord(RepositoryLogRecord)
after calling RepositoryExporter.close()
will result in IllegalStateException
being thrown.
close
in interface RepositoryExporter
close
in class com.ibm.ws.logging.hpel.impl.AbstractHPELRepositoryExporter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |