org.jboss.dtf.testframework.dtfweb
Class DTFResultsLogger
java.lang.Object
org.jboss.dtf.testframework.dtfweb.DTFResultsLogger
public class DTFResultsLogger
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DTFResultsLogger
public DTFResultsLogger()
signalTestRunComplete
public boolean signalTestRunComplete(HttpServletRequest request)
signalTestTimedout
public boolean signalTestTimedout(HttpServletRequest request)
emailResults
public void emailResults(java.lang.String distributionList,
long runId,
java.lang.String comments)
signalTestComplete
public boolean signalTestComplete(HttpServletRequest request)
logResult
public boolean logResult(HttpServletRequest request)
logTestRunInformation
public boolean logTestRunInformation(HttpServletRequest request)
logTestInformation
public boolean logTestInformation(HttpServletRequest request)
logInformation
public boolean logInformation(HttpServletRequest request)
initiateTest
public boolean initiateTest(HttpServletRequest request)
initiateTask
public boolean initiateTask(HttpServletRequest request)
initiateTestRun
public long initiateTestRun(HttpServletRequest request)
getNextRunIdAndIncrement
public long getNextRunIdAndIncrement()
getCurrentRunId
public static long getCurrentRunId()
getRootURL
public static java.lang.String getRootURL()
createTables
public static void createTables()
throws java.sql.SQLException
- Throws:
java.sql.SQLException