|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.dbunit.dataset.stream.DataSetProducerAdapter
| Constructor Summary | |
DataSetProducerAdapter(IDataSet dataSet)
|
|
DataSetProducerAdapter(ITableIterator iterator)
|
|
| Method Summary | |
void |
produce()
Process this dataset source. |
void |
setConsumer(IDataSetConsumer consumer)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DataSetProducerAdapter(ITableIterator iterator)
public DataSetProducerAdapter(IDataSet dataSet)
throws DataSetException
| Method Detail |
public void setConsumer(IDataSetConsumer consumer)
throws DataSetException
setConsumer in interface IDataSetProducerDataSetException
public void produce()
throws DataSetException
IDataSetProducerThis method is synchronous: it will not return until processing has ended. If a client application wants to terminate parsing early, it should throw an exception from the listener.
produce in interface IDataSetProducerDataSetException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||