|
||||||||||
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.RSCollection<GDoc>
org.gcube.contentmanagement.contentmanager.stubs.calls.iterators.GDocRSCollection
public class GDocRSCollection
An RSCollection
of gDoc
documents.
Constructor Summary | |
---|---|
GDocRSCollection(java.net.URI l)
Creates an instance with a result set locator. |
|
GDocRSCollection(java.net.URI l,
int timeout)
Creates an instance with a result set locator and a reading timeout. |
|
GDocRSCollection(java.net.URI l,
int timeout,
FaultListener fl)
Creates an instance with a result set locator, a reading timeout, and fault listener. |
Method Summary |
---|
Methods inherited from class org.gcube.contentmanagement.contentmanager.stubs.calls.iterators.RSCollection |
---|
getLocator, iterator, setListener |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GDocRSCollection(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 GDocRSCollection(java.net.URI l, int timeout) throws java.lang.Exception
l
- the locator.timeout
- the timeout, in seconds.
java.lang.Exception
- if the result set could not be accessed from the locator.public GDocRSCollection(java.net.URI l, int timeout, FaultListener fl) throws java.lang.Exception
l
- the locator.timeout
- the timeout, in seconds.fl
- the listener.
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 |