public class ExecutionThread extends java.lang.Thread
| Modifier and Type | Field and Description |
|---|---|
java.lang.StringBuffer |
threadResp |
| Constructor and Description |
|---|
ExecutionThread() |
ExecutionThread(javax.servlet.http.HttpServletRequest request,
java.lang.StringBuffer threadResp,
java.lang.String appPath,
java.lang.String uniqueId,
java.lang.String host,
java.lang.String port) |
| Modifier and Type | Method and Description |
|---|---|
void |
_logExecution(java.lang.String log,
java.lang.String fileName) |
void |
getProcessResponse(java.lang.String configFile) |
void |
getQueryResponse(java.lang.String configFile) |
void |
run() |
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, yieldpublic java.lang.StringBuffer threadResp
public ExecutionThread()
public ExecutionThread(javax.servlet.http.HttpServletRequest request, java.lang.StringBuffer threadResp, java.lang.String appPath, java.lang.String uniqueId, java.lang.String host, java.lang.String port)
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic void getProcessResponse(java.lang.String configFile)
public void getQueryResponse(java.lang.String configFile)
public void _logExecution(java.lang.String log, java.lang.String fileName)