Uses of Class
org.gcube.contentmanagement.contentmanager.stubs.calls.iterators.BaseRSIterator

Packages that use BaseRSIterator
org.gcube.contentmanagement.contentmanager.stubs.calls.iterators   
 

Uses of BaseRSIterator in org.gcube.contentmanagement.contentmanager.stubs.calls.iterators
 

Subclasses of BaseRSIterator in org.gcube.contentmanagement.contentmanager.stubs.calls.iterators
 class AsyncRSIterator<T>
          A RemoteIterator over a ResultSet with an embedded ResultParser and the ability to deliver parsing failures asynchronously.
 class GDocRSIterator
          An RSIterator over GDocs.
 class RSIterator<T>
          A RemoteIterator over a result set with an embedded ResultParser.