com.pushtotest.testmaker.XSTest.PAAS
Class GSRSCreator

java.lang.Object
  extended by com.pushtotest.testmaker.XSTest.PAAS.GSRSCreator

public class GSRSCreator
extends java.lang.Object


Field Summary
static int Ended
           
static int Errors
           
static int Paused
           
static int Up
           
 
Constructor Summary
GSRSCreator()
           
 
Method Summary
 void addAccepts(java.lang.String type, java.util.Vector<java.lang.String> wsdls)
          Add the accepts.
 void addCertificate(java.util.HashMap<java.lang.String,java.lang.String> data)
          Add a certificate header The keys of the hash map are SecurityType, SecurityId, SecurityNote, SecurityCertificate SecurityType if the value of SecurityType == null the citificate will not be added
 void addError(SimpleLogger sl, java.lang.Throwable t)
           
 void addNewTesttime(long testtime)
          Set the time of a new time
 void createXML(java.lang.String file)
           
 void setStatus(int statusID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Up

public static final int Up
See Also:
Constant Field Values

Errors

public static final int Errors
See Also:
Constant Field Values

Paused

public static final int Paused
See Also:
Constant Field Values

Ended

public static final int Ended
See Also:
Constant Field Values
Constructor Detail

GSRSCreator

public GSRSCreator()
Method Detail

setStatus

public void setStatus(int statusID)

addCertificate

public void addCertificate(java.util.HashMap<java.lang.String,java.lang.String> data)
Add a certificate header The keys of the hash map are SecurityType, SecurityId, SecurityNote, SecurityCertificate SecurityType if the value of SecurityType == null the citificate will not be added


addAccepts

public void addAccepts(java.lang.String type,
                       java.util.Vector<java.lang.String> wsdls)
Add the accepts. Type is required. If type == null none accepts will be added


addNewTesttime

public void addNewTesttime(long testtime)
Set the time of a new time


addError

public void addError(SimpleLogger sl,
                     java.lang.Throwable t)

createXML

public void createXML(java.lang.String file)