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, returnControlToTestThreadAndWait
activeCount, 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, yield
protected String taskId
protected OptimisticLockingException exception
protected ProcessEngineConfigurationImpl processEngineConfiguration
public CompleteTaskThread(String taskId, ProcessEngineConfigurationImpl processEngineConfiguration)
public void startAndWaitUntilControlIsReturned()
startAndWaitUntilControlIsReturned
in class ControllableThread
public OptimisticLockingException getException()
Copyright © 2022. All rights reserved.