com.ibm.di.fc.rxaunittests
Class QA_ITDIGuiSimulator

java.lang.Object
  extended by com.ibm.di.fc.rxaunittests.QA_ITDIGuiSimulator

public class QA_ITDIGuiSimulator
extends Object

Properties that can be set: "hostname" "user" "port" "passwd" "connectionType" "command" "timeout" "keystore" "passphrase" "keypair"


Constructor Summary
QA_ITDIGuiSimulator(Properties p1, Entry p2, boolean debug)
           
 
Method Summary
 void initialize()
           
 Entry perform()
           
 void printResponse()
           
 void terminate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QA_ITDIGuiSimulator

public QA_ITDIGuiSimulator(Properties p1,
                           Entry p2,
                           boolean debug)
                    throws Exception
Throws:
Exception
Method Detail

initialize

public void initialize()
                throws Exception
Throws:
Exception

perform

public Entry perform()
              throws Exception
Throws:
Exception

terminate

public void terminate()
               throws Exception
Throws:
Exception

printResponse

public void printResponse()