com.retek.commons.component.xml.batch
Interface XmlExportBatchObserver

All Known Subinterfaces:
PaymentSettlementBatchObserver, SalesAuditExportBatchObserver
All Known Implementing Classes:
CatalogRequestExportBatchTestObserver, CustomerFileExportBatchTestObserver, CustomerMergeExportBatchTestObserver, PaymentSettlementBatchTestObserver, SalesAuditExportBatchTestObserver

public interface XmlExportBatchObserver

Interface defining operations for a Customer Integration export batch observer. Provides hooks into the batch program to observe significant events within the flow of the process. Example usage is for facilitating white-box unit testing.


Method Summary
 void notifyFileCreated(java.io.File file)
           
 void notifyTransactionProcessed(java.lang.Object transactionObject)
           
 

Method Detail

notifyTransactionProcessed

public void notifyTransactionProcessed(java.lang.Object transactionObject)
                                throws SystemException
Throws:
SystemException

notifyFileCreated

public void notifyFileCreated(java.io.File file)
                       throws SystemException
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28