|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
org.jbpm.msg.command.CommandExecutorThread
public class CommandExecutorThread
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_COMMAND_EXECUTOR_CONTEXT_NAME
|
static java.lang.String |
DEFAULT_ERROR_DESTINATION
|
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
CommandExecutorThread(JbpmConfiguration jbpmConfiguration)
|
Method Summary | |
---|---|
boolean |
executeCommand()
|
void |
run()
|
void |
setDestination(java.lang.String destination)
|
void |
setErrorDestination(java.lang.String errorDestination)
|
void |
setJbpmConfiguration(JbpmConfiguration jbpmConfiguration)
|
void |
setJbpmContextName(java.lang.String jbpmContextName)
|
Methods inherited from class java.lang.Thread |
---|
activeCount, checkAccess, 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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DEFAULT_COMMAND_EXECUTOR_CONTEXT_NAME
public static final java.lang.String DEFAULT_ERROR_DESTINATION
Constructor Detail |
---|
public CommandExecutorThread(JbpmConfiguration jbpmConfiguration)
Method Detail |
---|
public void setDestination(java.lang.String destination)
public void setErrorDestination(java.lang.String errorDestination)
public void setJbpmConfiguration(JbpmConfiguration jbpmConfiguration)
public void setJbpmContextName(java.lang.String jbpmContextName)
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
public boolean executeCommand() throws java.lang.Throwable
java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |