|
||||||||||
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.HPELRepositoryExporter
public class HPELRepositoryExporter
Implementation of the RepositoryExporter
interface exporting log records in
a directory in HPEL formatted files. The storeHeader
method of the parent class must be called before
any records can be stored. Each record is stored with the storeRecord
function. Failure to
follow the order will result in runtime exceptions.
Constructor Summary | |
---|---|
HPELRepositoryExporter(java.io.File repositoryDir)
Constructs an exporter which stores log records in HPEL format. |
Method Summary |
---|
Methods inherited from class com.ibm.ws.logging.hpel.impl.AbstractHPELRepositoryExporter |
---|
close, storeHeader, storeHeader, storeRecord |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HPELRepositoryExporter(java.io.File repositoryDir)
repositoryDir
- export directory where repository log files will be created.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |