|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface defining the operations for a ReSA RTLOG file writer.
Method Summary | |
void |
close()
Close the RTLOG file and seal it, writes an FTAIL record to the file. |
java.io.File |
getExportFile()
Return the file descriptor for the rtlog export file. |
int |
getRecordCount()
Return the number of records written to the RTLOG file. |
int |
getTransactionCount()
Return the number of transactions written to the RTLOG file. |
boolean |
isPurged()
Return a boolean indiciating if the rtlog file has been purged (in error). |
void |
open()
Open the RTLOG file and prepare it for processing, writes an FHEAD record to the file. |
void |
purge()
Physically close the RTLOG file. |
void |
write(java.util.List resaRecords)
Write ReSA order transaction records to the RTLOG file. |
Method Detail |
public void open() throws java.lang.Exception
java.lang.Exception
public void write(java.util.List resaRecords) throws java.lang.Exception
resaRecords
- resa records
java.lang.Exception
public void close() throws java.lang.Exception
java.lang.Exception
public void purge() throws java.lang.Exception
java.lang.Exception
public boolean isPurged() throws java.lang.Exception
java.lang.Exception
public int getRecordCount()
public int getTransactionCount()
public java.io.File getExportFile()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |