com.retek.component.payment.integration.settlement
Interface PaymentSettlementBatchObserver

All Superinterfaces:
XmlExportBatchObserver
All Known Implementing Classes:
PaymentSettlementBatchTestObserver

public interface PaymentSettlementBatchObserver
extends XmlExportBatchObserver

Interface defining operations for a Payment Settlement 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 notifyOrderProcessed(CustomerOrder order)
           
 
Methods inherited from interface com.retek.commons.component.xml.batch.XmlExportBatchObserver
notifyFileCreated, notifyTransactionProcessed
 

Method Detail

notifyOrderProcessed

public void notifyOrderProcessed(CustomerOrder order)
                          throws SystemException
Throws:
SystemException


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25