public class TestScriptServices extends java.lang.Object implements IDownloadFiles, ITSSScriptCountProvider
| Constructor and Description |
|---|
TestScriptServices()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
public TestScriptServices()
java.lang.ClassNotFoundException - TSS not available.public boolean connect(java.lang.String host,
int port,
int id)
public boolean disconnect()
public boolean download(java.lang.String[] fileList)
download in interface IDownloadFilespublic int getGlobalScriptIterationCount()
getGlobalScriptIterationCount in interface ITSSScriptCountProvider