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, isSuccessful
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
public WorkflowExecutionServiceThread(WorkflowExecutionService eservice, WorkflowExecutionItem eitem, StepExecutionContext econtext)
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
public StepExecutionContext getContext()
public WorkflowExecutionResult getResult()
public void setResult(WorkflowExecutionResult result)