com.retek.component.payment.integration.settlement
Class PaymentSettlementExportFile
java.lang.Object
com.retek.component.payment.integration.settlement.PaymentSettlementExportFile
- public class PaymentSettlementExportFile
- extends java.lang.Object
Class which encapsulates data and file behavior for managing a Payment
Settlement Transaction output file.
Method Summary |
void |
close()
|
java.io.File |
getExportFile()
|
int |
getTransactionCount()
|
void |
open(RDate createTime,
java.io.File exportDirectory)
Open the specified RTLOG file for ReSA transaction processing. |
void |
processTransactions(java.util.Set transactionHeaders)
Process a unit of work of transactions into the Payment Settlement file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PaymentSettlementExportFile
public PaymentSettlementExportFile(DistributedContext context,
PaymentSettlementFileTransactions recordSet,
java.util.Set observers)
throws SystemException
getTransactionCount
public int getTransactionCount()
getExportFile
public java.io.File getExportFile()
open
public void open(RDate createTime,
java.io.File exportDirectory)
throws java.lang.Exception
- Open the specified RTLOG file for ReSA transaction processing.
- Throws:
java.lang.Exception
processTransactions
public void processTransactions(java.util.Set transactionHeaders)
throws java.lang.Exception
- Process a unit of work of transactions into the Payment Settlement file.
- Parameters:
transactionHeaders
- unit of work transaction headers
- Throws:
java.lang.Exception
close
public void close()
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28