|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
org.jboss.dtf.testframework.coordinator2.testmanager.TestManager
public class TestManager
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary |
---|
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
TestManager(RunUID runId,
RunListElement element,
java.util.ArrayList nodeTicket,
NodeTicketReleaseListener releaseListener,
TaskDefinitionRepository taskRepository,
ResultListener resultListener,
AuditLogEntry auditLogEntry,
NodeManager nodeManager)
|
Method Summary | |
---|---|
RunUID |
getRunId()
|
java.lang.String |
getRuntimeId(TaskIdInterface taskId)
|
void |
run()
|
TaskIdInterface[] |
runTask(java.lang.String runtimeId,
java.lang.String productName,
TaskDefinition task,
TestDefinition test,
OSProductCombination taskPermutationCode,
java.lang.String testPermutationCode,
java.lang.String nameList,
java.lang.String[] parameters,
java.lang.String[] jvmParameters,
java.lang.String uniquePrefix,
java.lang.String location,
java.util.ArrayList nodes)
|
boolean |
stopTest()
This method stops the current test immediately. |
Methods inherited from class java.lang.Thread |
---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TestManager(RunUID runId, RunListElement element, java.util.ArrayList nodeTicket, NodeTicketReleaseListener releaseListener, TaskDefinitionRepository taskRepository, ResultListener resultListener, AuditLogEntry auditLogEntry, NodeManager nodeManager)
Method Detail |
---|
public RunUID getRunId()
public boolean stopTest()
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
public final java.lang.String getRuntimeId(TaskIdInterface taskId)
public final TaskIdInterface[] runTask(java.lang.String runtimeId, java.lang.String productName, TaskDefinition task, TestDefinition test, OSProductCombination taskPermutationCode, java.lang.String testPermutationCode, java.lang.String nameList, java.lang.String[] parameters, java.lang.String[] jvmParameters, java.lang.String uniquePrefix, java.lang.String location, java.util.ArrayList nodes) throws RunTaskFailure
RunTaskFailure
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |