org.gcube.contentmanagement.contentmanager.stubs.calls.iterators
Class GDocRSCollection

java.lang.Object
  extended by org.gcube.contentmanagement.contentmanager.stubs.calls.iterators.RSCollection<GDoc>
      extended by org.gcube.contentmanagement.contentmanager.stubs.calls.iterators.GDocRSCollection
All Implemented Interfaces:
java.lang.Iterable<GDoc>

public class GDocRSCollection
extends RSCollection<GDoc>

An RSCollection of gDoc documents.

Author:
Fabio Simeoni (University of Strathclyde)

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

GDocRSCollection

public GDocRSCollection(java.net.URI l)
                 throws java.lang.Exception
Creates an instance with a result set locator.

Parameters:
l - the locator.
Throws:
java.lang.Exception - if the result set could not be accessed from the locator.

GDocRSCollection

public GDocRSCollection(java.net.URI l,
                        int timeout)
                 throws java.lang.Exception
Creates an instance with a result set locator and a reading timeout.

Parameters:
l - the locator.
timeout - the timeout, in seconds.
Throws:
java.lang.Exception - if the result set could not be accessed from the locator.

GDocRSCollection

public GDocRSCollection(java.net.URI l,
                        int timeout,
                        FaultListener fl)
                 throws java.lang.Exception
Creates an instance with a result set locator, a reading timeout, and fault listener.

Parameters:
l - the locator.
timeout - the timeout, in seconds.
fl - the listener.
Throws:
java.lang.Exception - if the result set could not be accessed from the locator.