public class CmsSetupWorkplaceImportThread
extends java.lang.Thread
限定符和类型 | 字段和说明 |
---|---|
java.io.PrintStream |
m_tempErr
Saves the System.err stream so it can be restored.
|
构造器和说明 |
---|
CmsSetupWorkplaceImportThread(CmsSetupBean setupBean)
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 |
printToStdOut(java.lang.String str)
Write somthing to System.out during setup.
|
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, yield
public java.io.PrintStream m_tempErr
public CmsSetupWorkplaceImportThread(CmsSetupBean setupBean)
setupBean
- the initialized setup beanpublic CmsSetupLoggingThread getLoggingThread()
public boolean isFinished()
public void kill()
public void printToStdOut(java.lang.String str)
str
- the string to writepublic void run()
run
在接口中 java.lang.Runnable
run
在类中 java.lang.Thread
Runnable.run()