public class DataSetProducerAdapter extends Object implements IDataSetProducer
| Constructor and Description |
|---|
DataSetProducerAdapter(IDataSet dataSet) |
DataSetProducerAdapter(ITableIterator iterator) |
public DataSetProducerAdapter(ITableIterator iterator)
public DataSetProducerAdapter(IDataSet dataSet) throws DataSetException
DataSetExceptionpublic void setConsumer(IDataSetConsumer consumer) throws DataSetException
setConsumer in interface IDataSetProducerDataSetExceptionpublic 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 IDataSetProducerDataSetExceptionCopyright © 2002-2017. All Rights Reserved.