public class HPELRepositoryExporter
extends com.ibm.ws.logging.hpel.impl.AbstractHPELRepositoryExporter
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 and Description |
---|
HPELRepositoryExporter(java.io.File repositoryDir)
Constructs an exporter which stores log records in HPEL format.
|
Modifier and Type | Method and Description |
---|---|
protected com.ibm.ws.logging.hpel.LogRepositoryWriter |
createSubWriter(java.lang.String pid,
java.lang.String label,
java.lang.String superPid) |
protected com.ibm.ws.logging.hpel.LogRepositoryWriter |
createWriter(java.lang.String pid,
java.lang.String label) |
public HPELRepositoryExporter(java.io.File repositoryDir)
repositoryDir
- export directory where repository log files will be created.protected com.ibm.ws.logging.hpel.LogRepositoryWriter createWriter(java.lang.String pid, java.lang.String label)
createWriter
in class com.ibm.ws.logging.hpel.impl.AbstractHPELRepositoryExporter
protected com.ibm.ws.logging.hpel.LogRepositoryWriter createSubWriter(java.lang.String pid, java.lang.String label, java.lang.String superPid)
createSubWriter
in class com.ibm.ws.logging.hpel.impl.AbstractHPELRepositoryExporter