com.retek.component.customer.integration.batch
Class CustomerFileImportBatchTestObserver

java.lang.Object
  extended bycom.retek.component.customer.integration.batch.CustomerFileImportBatchTestObserver
All Implemented Interfaces:
CustomerFileImportBatchObserver

public class CustomerFileImportBatchTestObserver
extends java.lang.Object
implements CustomerFileImportBatchObserver

Class which implements behavior for white-box customer file import batch test observer. This class is for use within junit tests to watch the output of the batch program.


Field Summary
 java.util.Map failedRequests
           
 java.util.Set parsedRequests
           
 java.util.Set processedRequests
           
 
Constructor Summary
CustomerFileImportBatchTestObserver()
           
 
Method Summary
 DistributedContext getContext()
           
 void notifyCustomerFailed(CustomerIntegrationCustomerImportResult result)
           
 void notifyCustomerParsed(java.lang.String requestId)
           
 void notifyCustomerProcessed(CustomerIntegrationCustomerImportResult result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parsedRequests

public java.util.Set parsedRequests

processedRequests

public java.util.Set processedRequests

failedRequests

public java.util.Map failedRequests
Constructor Detail

CustomerFileImportBatchTestObserver

public CustomerFileImportBatchTestObserver()
Method Detail

getContext

public DistributedContext getContext()

notifyCustomerParsed

public void notifyCustomerParsed(java.lang.String requestId)
Specified by:
notifyCustomerParsed in interface CustomerFileImportBatchObserver

notifyCustomerProcessed

public void notifyCustomerProcessed(CustomerIntegrationCustomerImportResult result)
Specified by:
notifyCustomerProcessed in interface CustomerFileImportBatchObserver

notifyCustomerFailed

public void notifyCustomerFailed(CustomerIntegrationCustomerImportResult result)
Specified by:
notifyCustomerFailed in interface CustomerFileImportBatchObserver


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