com.jcorporate.expresso.ext.dbobj
Class PerfTestResult
java.lang.Object
com.jcorporate.expresso.ext.dbobj.PerfTestResult
- public class PerfTestResult
- extends Object
PerfTestResult
- Author:
- Michael Nash
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PerfTestResult
public PerfTestResult()
- Constructor
setSessionId
public void setSessionId(String newId)
getSessionId
public String getSessionId()
getCurrentUsers
public int getCurrentUsers()
setCurrentUsers
public void setCurrentUsers(int newCurrentUsers)
setRunTime
public void setRunTime(long newRunTime)
getRunTime
public long getRunTime()
add
public void add(PerfTestResult oneResult)
setMessage
public void setMessage(String newMessage)
addMessage
public void addMessage(String newMessage)
setFailureCount
public void setFailureCount(int newCount)
setWarningCount
public void setWarningCount(int newCount)
setCautionCount
public void setCautionCount(int newCount)
getMessage
public String getMessage()
getFailureCount
public int getFailureCount()
getWarningCount
public int getWarningCount()
getCautionCount
public int getCautionCount()
Please see www.jcorporate.com for information about new Expresso releases.