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

java.lang.Object
  extended bycom.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.


Field Summary
 java.util.List createdFiles
           
 java.util.List importedRequests
           
 java.util.List processedRequests
           
 
Constructor Summary
CustomerMergeImportBatchTestObserver()
           
 
Method Summary
 DistributedContext getContext()
           
 void notifyFileCreated(CustomerMergeExportFile file)
           
 void notifyRequestImported(CustomerIntegrationMergeRequest request)
           
 void notifyRequestProcessed(CustomerIntegrationMergeRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

importedRequests

public java.util.List importedRequests

processedRequests

public java.util.List processedRequests

createdFiles

public java.util.List createdFiles
Constructor Detail

CustomerMergeImportBatchTestObserver

public CustomerMergeImportBatchTestObserver()
Method Detail

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