Hyades Datapool Specification

Uses of Interface
org.eclipse.hyades.execution.datapool.IDatapoolIterator

Packages that use IDatapoolIterator
org.eclipse.hyades.execution.datapool   
 

Uses of IDatapoolIterator in org.eclipse.hyades.execution.datapool
 

Methods in org.eclipse.hyades.execution.datapool that return IDatapoolIterator
 IDatapoolIterator IDatapoolFactory.open(IDatapool datapool, java.lang.String iteratorClassName)
          Return an iterator instance of the supplied iterator class.
 

Methods in org.eclipse.hyades.execution.datapool with parameters of type IDatapoolIterator
 void IDatapoolFactory.close(IDatapoolIterator iterator)
          Return the iterator to the factory so that it can be properly destroyed.
 



Hyades DPL