Package org.dbunit.dataset.stream

Interface Summary
IDataSetConsumer Receive notification of the content of a dataset.
IDataSetProducer Interface for reading a dataset using callback.
 

Class Summary
BufferedConsumer Implementation of IDataSetConsumer which buffers all data until the BufferedConsumer.endDataSet() event occurs.
DataSetProducerAdapter Implementation of IDataSetProducer based on a given IDataSet or a ITableIterator.
DefaultConsumer This class provides no op implementations for all of the callbacks in the IDataSetConsumer interface.
StreamingDataSet Dataset that consumes producer asynchronously.
StreamingIterator Asynchronous table iterator that uses a new Thread for asynchronous processing.
 



Copyright © 2002-2010. All Rights Reserved.