com.gigaspaces.datasource
Interface DataIterator<T>

All Superinterfaces:
Iterator<T>
All Known Implementing Classes:
HibernateDataIterator

public interface DataIterator<T>
extends Iterator<T>

DataIterator iterates the data provided by the DataProvider
and the SQLDataProvider

Data iterator is closed after use.

Since:
6.0
See Also:
HibernateDataIterator, ResultSetIterator

Method Summary
 void close()
          Clean up after any resources associated with this iterator
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

close

void close()
Clean up after any resources associated with this iterator