public class WorkflowExecutionServiceThread extends ServiceThreadBase
| Constructor and Description |
|---|
WorkflowExecutionServiceThread(WorkflowExecutionService eservice,
WorkflowExecutionItem eitem,
StepExecutionContext econtext) |
| Modifier and Type | Method and Description |
|---|---|
StepExecutionContext |
getContext() |
WorkflowExecutionResult |
getResult() |
void |
run() |
void |
setResult(WorkflowExecutionResult result) |
abort, getResultObject, getThrowable, isAborted, isSuccessfulactiveCount, 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, yieldpublic WorkflowExecutionServiceThread(WorkflowExecutionService eservice, WorkflowExecutionItem eitem, StepExecutionContext econtext)
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic StepExecutionContext getContext()
public WorkflowExecutionResult getResult()
public void setResult(WorkflowExecutionResult result)