|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RepositoryExporter
Interface for exporting read repository records into another repository.
Method Summary | |
---|---|
void |
close()
Finishes writing exported repository and closes all open resources. |
void |
storeHeader(java.util.Properties header)
Writes header information into exported repository. |
void |
storeHeader(java.util.Properties header,
java.lang.String subProcess)
Writes header information into exported sub process repository. |
void |
storeRecord(RepositoryLogRecord record)
Writes log record into exported repository. |
Method Detail |
---|
void storeHeader(java.util.Properties header)
header
- Header information related to all consequent log records.void storeHeader(java.util.Properties header, java.lang.String subProcess)
storeRecord(RepositoryLogRecord)
.
header
- Header information related to all consequent log records.subProcess
- String identifier of the sub process. Use the key corresponding to the
sub process used in ServerInstanceLogRecordList.getChildren()
map.void storeRecord(RepositoryLogRecord record)
storeHeader(Properties)
will result in IllegalStateException
being thrown.
record
- log record to be exported.void close()
storeHeader(Properties)
or storeRecord(RepositoryLogRecord)
after calling close()
will result in IllegalStateException
being thrown.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |