|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.contentmanagement.contentmanager.stubs.calls.iterators.BaseRSIterator<T>
org.gcube.contentmanagement.contentmanager.stubs.calls.iterators.RSIterator<GDoc>
org.gcube.contentmanagement.contentmanager.stubs.calls.iterators.GDocRSIterator
public class GDocRSIterator
An RSIterator
over GDoc
s.
Constructor Summary | |
---|---|
GDocRSIterator(java.net.URI l)
Creates an instance with a result set locator. |
|
GDocRSIterator(java.net.URI l,
int timeout)
Creates an instance with a result set locator and a reading timeout. |
Method Summary |
---|
Methods inherited from class org.gcube.contentmanagement.contentmanager.stubs.calls.iterators.RSIterator |
---|
hasNext, next |
Methods inherited from class org.gcube.contentmanagement.contentmanager.stubs.calls.iterators.BaseRSIterator |
---|
close, getRSIterator, locator |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GDocRSIterator(java.net.URI l) throws java.lang.Exception
l
- the locator.
java.lang.Exception
- if the result set could not be accessed from the locator.public GDocRSIterator(java.net.URI l, int timeout) throws java.lang.Exception
l
- the locator.timeout
- the read timeout, in seconds.
java.lang.Exception
- if the result set could not be accessed from the locator.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |