|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Thread
|
+--com.opencms.boot.CmsSetupLoggingThread
Logging Thread which collects the output from CmsSetupThread, stores it in a vector which the OpenCms setup wizard can read via the getMessages() method.
| Field Summary |
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
CmsSetupLoggingThread(PipedOutputStream pipedOut)
Constructor |
|
| Method Summary | |
static Vector |
getMessages()
Returns a vector containing messages |
boolean |
getStopThread()
Indicates if the Thread has been stopped |
void |
reset()
Cleans uo |
void |
run()
Thread's run() method. |
void |
stopThread()
This method breaks the loop in the run() method |
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, 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 |
| Constructor Detail |
public CmsSetupLoggingThread(PipedOutputStream pipedOut)
| Method Detail |
public void run()
run in interface Runnablerun in class Threadpublic static Vector getMessages()
public void stopThread()
public boolean getStopThread()
public void reset()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||