com.retek.component.customer.integration.batch
Class CustomerMergeImportBatchTestObserver
java.lang.Object
com.retek.component.customer.integration.batch.CustomerMergeImportBatchTestObserver
- All Implemented Interfaces:
- CustomerMergeImportBatchObserver
- public class CustomerMergeImportBatchTestObserver
- extends java.lang.Object
- implements CustomerMergeImportBatchObserver
Class which implements behavior for white-box customer merge 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 |
importedRequests
public java.util.List importedRequests
processedRequests
public java.util.List processedRequests
createdFiles
public java.util.List createdFiles
CustomerMergeImportBatchTestObserver
public CustomerMergeImportBatchTestObserver()
getContext
public DistributedContext getContext()
notifyRequestImported
public void notifyRequestImported(CustomerIntegrationMergeRequest request)
- Specified by:
notifyRequestImported
in interface CustomerMergeImportBatchObserver
notifyRequestProcessed
public void notifyRequestProcessed(CustomerIntegrationMergeRequest request)
- Specified by:
notifyRequestProcessed
in interface CustomerMergeImportBatchObserver
notifyFileCreated
public void notifyFileCreated(CustomerMergeExportFile file)
- Specified by:
notifyFileCreated
in interface CustomerMergeImportBatchObserver
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25