|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.flexiblewebsolutions.xdriveunit.loadtest.ThreadCallback
public abstract class ThreadCallback
Initiates logic when all threads have completed.
Constructor Summary | |
---|---|
ThreadCallback()
|
Method Summary | |
---|---|
java.lang.String |
getTestMode()
Returns the mode which will be part of the filename. |
java.io.File |
getTmpDir()
Returns the directory where temporary files are written |
void |
setTestMode(java.lang.String pTestMode)
Sets the mode which will be part of the filename. |
void |
setTmpDir(java.io.File pTmpDir)
Sets the directory where temporary files are written |
abstract void |
threadsFinished(java.util.ArrayList pThreadNames)
Called by ThreadTracker to indicate all expected threads have completed |
protected void |
writeStatsFile(java.util.ArrayList pThreadNames)
Summarizes click time statistics for summarizing data |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThreadCallback()
Method Detail |
---|
public void setTestMode(java.lang.String pTestMode)
pTestMode
- Name of test setpublic java.lang.String getTestMode()
public java.io.File getTmpDir()
public void setTmpDir(java.io.File pTmpDir)
pTmpDir
- -
Directory that can be written by applicationpublic abstract void threadsFinished(java.util.ArrayList pThreadNames)
pThreadNames
- -
Unique names for threads that have completedprotected void writeStatsFile(java.util.ArrayList pThreadNames)
pThreadNames
- -
Threads that may have output a stats file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |