|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Thread
org.opencms.main.CmsThreadStore
The OpenCms Thread store where all system Threads are maintained.
| Field Summary |
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
protected |
CmsThreadStore()
Hides the public constructor. |
| Method Summary | |
void |
addThread(A_CmsReportThread thread)
Adds a Thread to this Thread store. |
A_CmsReportThread |
retrieveThread(CmsUUID key)
Retrieves a Thread from this Thread store. |
void |
run()
|
protected void |
shutDown()
Shut down this thread store. |
| 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 |
protected CmsThreadStore()
| Method Detail |
public void addThread(A_CmsReportThread thread)
thread - the Thread to addpublic A_CmsReportThread retrieveThread(CmsUUID key)
key - the key of the Thread to retrieve
public void run()
Runnable.run()protected void shutDown()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||