com.retek.component.payment.integration.settlement
Class PaymentSettlementExportFile

java.lang.Object
  extended bycom.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.


Constructor Summary
PaymentSettlementExportFile(DistributedContext context, PaymentSettlementFileTransactions recordSet, java.util.Set observers)
           
 
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
 

Constructor Detail

PaymentSettlementExportFile

public PaymentSettlementExportFile(DistributedContext context,
                                   PaymentSettlementFileTransactions recordSet,
                                   java.util.Set observers)
                            throws SystemException
Method Detail

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 © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25