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

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

public class NodeRSCollection
extends RSCollection<Node>

An RSCollection of Node elements.

Author:
Fabio Simeoni (University of Strathclyde)

Constructor Summary
NodeRSCollection(java.net.URI l, int timeout)
          Creates an instance with a result set locator.
NodeRSCollection(java.net.URI l, int timeout, FaultListener fl)
          Creates an instance with a result set locator, a read timeout, and a 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

NodeRSCollection

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

Parameters:
l - the locator.
timeout - the timeout, in seconds.
Throws:
java.lang.Exception

NodeRSCollection

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

Parameters:
l - the locator.
timeout - the timeout, in seconds.
fl - the listener.
Throws:
java.lang.Exception