com.retek.component.customer.integration.batch
Interface CustomerFileImportBatchObserver

All Known Implementing Classes:
CustomerFileImportBatchTestObserver

public interface CustomerFileImportBatchObserver

Interface defining operations for a Customer File import 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 notifyCustomerFailed(CustomerIntegrationCustomerImportResult result)
           
 void notifyCustomerParsed(java.lang.String requestId)
           
 void notifyCustomerProcessed(CustomerIntegrationCustomerImportResult result)
           
 

Method Detail

notifyCustomerParsed

public void notifyCustomerParsed(java.lang.String requestId)

notifyCustomerProcessed

public void notifyCustomerProcessed(CustomerIntegrationCustomerImportResult result)

notifyCustomerFailed

public void notifyCustomerFailed(CustomerIntegrationCustomerImportResult result)


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