com.pushtotest.testnetwork
Class PAAS

java.lang.Object
  extended by com.pushtotest.testnetwork.PAAS

public class PAAS
extends java.lang.Object


Constructor Summary
PAAS()
          Creates a new instance of PAAS
 
Method Summary
 java.util.Hashtable GetSnapshot(int id, java.lang.String user, java.lang.String pswd)
           
 boolean PauseTest(int id, java.lang.String user, java.lang.String pswd)
          True The test is now .
 boolean ResumeTest(int id, java.lang.String user, java.lang.String pswd)
          True the test is working now False it wasn't posible to resume the test.
 int RunTest(java.lang.String[] aFilenames, javax.activation.DataHandler[] aDHFiles, java.lang.String sScript, java.lang.String user, java.lang.String pswd)
          Create a new test Result 0 – Something got wrong > 0 – ID of the scenario
 boolean StopTest(int id, java.lang.String user, java.lang.String pswd)
          True The test is stop now False it wasn't posible to stop the test.
 int TestStatus(int id, java.lang.String user, java.lang.String pswd)
          0 - Test operating normally.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PAAS

public PAAS()
Creates a new instance of PAAS

Method Detail

RunTest

public int RunTest(java.lang.String[] aFilenames,
                   javax.activation.DataHandler[] aDHFiles,
                   java.lang.String sScript,
                   java.lang.String user,
                   java.lang.String pswd)
Create a new test Result 0 – Something got wrong > 0 – ID of the scenario


TestStatus

public int TestStatus(int id,
                      java.lang.String user,
                      java.lang.String pswd)
0 - Test operating normally. 1 - Test running and encountered one or more exceptional conditions. 2 - Test paused. 3 - Test ended. 4 - Problems


GetSnapshot

public java.util.Hashtable GetSnapshot(int id,
                                       java.lang.String user,
                                       java.lang.String pswd)

PauseTest

public boolean PauseTest(int id,
                         java.lang.String user,
                         java.lang.String pswd)
True The test is now . False It was not able to stop the test. No such id. Authentication fail


ResumeTest

public boolean ResumeTest(int id,
                          java.lang.String user,
                          java.lang.String pswd)
True the test is working now False it wasn't posible to resume the test. No such id or authentication fault


StopTest

public boolean StopTest(int id,
                        java.lang.String user,
                        java.lang.String pswd)
True The test is stop now False it wasn't posible to stop the test. No such id or authentication fault



Copyright © 2003 PushToTest. All Rights Reserved.