public class CompleteTaskThread extends ControllableThread
Thread.State, Thread.UncaughtExceptionHandler| Modifier and Type | Field and Description | 
|---|---|
| protected OptimisticLockingException | exception | 
| protected ProcessEngineConfigurationImpl | processEngineConfiguration | 
| protected String | taskId | 
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description | 
|---|
| CompleteTaskThread(String taskId,
                  ProcessEngineConfigurationImpl processEngineConfiguration) | 
| Modifier and Type | Method and Description | 
|---|---|
| OptimisticLockingException | getException() | 
| void | run() | 
| void | startAndWaitUntilControlIsReturned() | 
proceedAndWaitTillDone, returnControlToTestThreadAndWaitactiveCount, checkAccess, clone, 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, yieldprotected String taskId
protected OptimisticLockingException exception
protected ProcessEngineConfigurationImpl processEngineConfiguration
public CompleteTaskThread(String taskId, ProcessEngineConfigurationImpl processEngineConfiguration)
public void startAndWaitUntilControlIsReturned()
startAndWaitUntilControlIsReturned in class ControllableThreadpublic OptimisticLockingException getException()
Copyright © 2018. All rights reserved.