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

java.lang.Object
  extended bycom.retek.component.customer.integration.batch.CustomerFileExportBatchTestObserver
All Implemented Interfaces:
XmlExportBatchObserver

public class CustomerFileExportBatchTestObserver
extends java.lang.Object
implements XmlExportBatchObserver

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


Field Summary
 java.util.Set createdFiles
           
 java.util.Set processedCustomers
           
 
Constructor Summary
CustomerFileExportBatchTestObserver()
           
 
Method Summary
 DistributedContext getContext()
           
 void notifyFileCreated(java.io.File file)
           
 void notifyTransactionProcessed(java.lang.Object transactionObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processedCustomers

public java.util.Set processedCustomers

createdFiles

public java.util.Set createdFiles
Constructor Detail

CustomerFileExportBatchTestObserver

public CustomerFileExportBatchTestObserver()
Method Detail

getContext

public DistributedContext getContext()

notifyTransactionProcessed

public void notifyTransactionProcessed(java.lang.Object transactionObject)
Specified by:
notifyTransactionProcessed in interface XmlExportBatchObserver

notifyFileCreated

public void notifyFileCreated(java.io.File file)
Specified by:
notifyFileCreated in interface XmlExportBatchObserver


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25