public class CmsUpdateDBThread
extends java.lang.Thread
| 限定符和类型 | 字段和说明 |
|---|---|
java.io.PrintStream |
m_tempErr
Saves the System.err stream so it can be restored.
|
| 构造器和说明 |
|---|
CmsUpdateDBThread(CmsUpdateBean updateBean)
Constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
CmsSetupLoggingThread |
getLoggingThread()
Returns the logging thread.
|
boolean |
isFinished()
Returns the status of the logging thread.
|
void |
kill()
Kills this Thread as well as the included logging Thread.
|
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.io.PrintStream m_tempErr
public CmsUpdateDBThread(CmsUpdateBean updateBean)
updateBean - the initialized update beanpublic CmsSetupLoggingThread getLoggingThread()
public boolean isFinished()
public void kill()
public void run()
run 在接口中 java.lang.Runnablerun 在类中 java.lang.ThreadRunnable.run()