|
IBM Rational Functional Tester Version 6.1 IBM Rational Functional Tester API Reference Project Version 2.0 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IDatapoolIterator | |
| com.rational.test.ft.datapool | The package com.rational.test.ft.datapool provides the datapool factory and iterator classes. |
| org.eclipse.hyades.execution.runtime.datapool | The package org.eclipse.hyades.execution.runtime.datapool provides the execution level datapool interface specification. |
| Uses of IDatapoolIterator in com.rational.test.ft.datapool |
| Classes in com.rational.test.ft.datapool that implement IDatapoolIterator | |
class |
BaseDatapoolIterator
|
class |
RandomIterator
|
class |
SequentialIterator
|
| Methods in com.rational.test.ft.datapool that return IDatapoolIterator | |
IDatapoolIterator |
DatapoolFactory.open(IDatapool datapool,
java.lang.String iteratorClassName)
|
IDatapoolIterator |
DatapoolFactory.open(IDatapool datapool,
java.lang.String iteratorClassName,
boolean shareDatapoolIterator)
Construct a datapool iterator based on the supplied datapool and iterator class name. |
| Methods in com.rational.test.ft.datapool with parameters of type IDatapoolIterator | |
void |
DatapoolFactory.close(IDatapoolIterator iterator)
|
| Uses of IDatapoolIterator in org.eclipse.hyades.execution.runtime.datapool |
| Methods in org.eclipse.hyades.execution.runtime.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.runtime.datapool with parameters of type IDatapoolIterator | |
void |
IDatapoolFactory.close(IDatapoolIterator iterator)
Return the iterator to the factory so that it can be properly destroyed. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||