|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rational.test.ft.services.TestScriptServices
public class TestScriptServices
Provides access to TSS services, in particular to the TSSSession.connect() method by which we connect to a TSS session. The methods of this class must be synchronized as parallel access to TSS session is not supported.
Constructor Summary | |
---|---|
TestScriptServices()
Constructor. |
Method Summary | |
---|---|
boolean |
connect(java.lang.String host,
int port,
int id)
Connect to TSS. |
boolean |
disconnect()
Disconnect from TSS. |
boolean |
download(java.lang.String[] fileList)
Wrapper to call TSSUtility.download(),for use during remote execution. |
int |
getGlobalScriptIterationCount()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestScriptServices()
java.lang.ClassNotFoundException
- TSS not available.Method Detail |
---|
public boolean connect(java.lang.String host, int port, int id)
public boolean disconnect()
public boolean download(java.lang.String[] fileList)
download
in interface IDownloadFiles
public int getGlobalScriptIterationCount()
getGlobalScriptIterationCount
in interface ITSSScriptCountProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |