com.retek.component.customer.integration.batch
Class CustomerFileImportBatchTestObserver
java.lang.Object
com.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parsedRequests
public java.util.Set parsedRequests
processedRequests
public java.util.Set processedRequests
failedRequests
public java.util.Map failedRequests
CustomerFileImportBatchTestObserver
public CustomerFileImportBatchTestObserver()
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