IBM Rational Functional Tester
Version 8.2.1
IBM Rational Functional Tester API Reference

Project Version 2.3

Uses of Interface
org.eclipse.hyades.execution.runtime.datapool.IDatapoolFactory

Packages that use IDatapoolFactory
com.rational.test.ft.datapool   
com.rational.test.ft.script   
 

Uses of IDatapoolFactory in com.rational.test.ft.datapool
 

Classes in com.rational.test.ft.datapool that implement IDatapoolFactory
 class DatapoolFactory
          The DatapoolFactory is a singleton object so that IDatapool and IDatapoolIterator instances can be shared.
 

Uses of IDatapoolFactory in com.rational.test.ft.script
 

Methods in com.rational.test.ft.script that return IDatapoolFactory
 IDatapoolFactory DatapoolScriptSupport.dpFactory()
          Exposes the underlying the factory object so that IDatapool instances can be opened without direct support from the script editor.