Package com.j_spaces.core.sadapter
Interface ISAdapterIterator<T>
- All Known Implementing Classes:
BlobStoreInitialLoadDataIterator,BlobStoreMetaDataIterator,DataAdaptorIterator,EntriesIter,MultiTypedRDBMSISIterator,MVCCShellsRecoveryIter,SingleTypeRDBMSIterator,UnderXtnEntriesIter,UnderXtnTemplatesIter
public interface ISAdapterIterator<T>
ISAdapterIterator is an interface that should be implemented by the iterators the Storage Adapter
produces.
-
Method Summary
-
Method Details
-
next
- Throws:
SAException
-
close
- Throws:
SAException
-