Package org.camunda.bpm.qa.upgrade.util
Class CompleteTaskThread
java.lang.Object
java.lang.Thread
org.camunda.bpm.qa.upgrade.util.ControllableThread
org.camunda.bpm.qa.upgrade.util.CompleteTaskThread
- All Implemented Interfaces:
Runnable
- Author:
- Thorben Lindhauer
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
-
Field Summary
Modifier and TypeFieldDescriptionprotected OptimisticLockingException
protected ProcessEngineConfigurationImpl
protected String
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
Constructor Summary
ConstructorDescriptionCompleteTaskThread
(String taskId, ProcessEngineConfigurationImpl processEngineConfiguration) -
Method Summary
Methods inherited from class org.camunda.bpm.qa.upgrade.util.ControllableThread
proceedAndWaitTillDone, returnControlToTestThreadAndWait
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
Field Details
-
taskId
-
exception
-
processEngineConfiguration
-
-
Constructor Details
-
CompleteTaskThread
-
-
Method Details
-
startAndWaitUntilControlIsReturned
public void startAndWaitUntilControlIsReturned()- Overrides:
startAndWaitUntilControlIsReturned
in classControllableThread
-
run
public void run() -
getException
-