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

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

public class CatalogRequestExportBatchTestObserver
extends java.lang.Object
implements XmlExportBatchObserver

Class which implements behavior for white-box catalog request 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 processedRequests
           
 
Constructor Summary
CatalogRequestExportBatchTestObserver()
           
 
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

processedRequests

public java.util.Set processedRequests

createdFiles

public java.util.Set createdFiles
Constructor Detail

CatalogRequestExportBatchTestObserver

public CatalogRequestExportBatchTestObserver()
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 © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28