|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--java.lang.Thread
|
+--org.openorb.notify.NotifyThread
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
NotifyThread(java.lang.String id,
org.apache.avalon.framework.logger.Logger logger)
Default constructor |
|
| Method Summary | |
void |
finishWorkAndStopThread()
Finish pending work and stop the thread |
void |
resumeThread()
Resume the thread |
void |
startThread()
Start the thread |
void |
stopThread()
Stop the thread |
void |
suspendThread()
Suspend the thread |
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NotifyThread(java.lang.String id,
org.apache.avalon.framework.logger.Logger logger)
| Method Detail |
public void startThread()
startThread in interface ThreadManagementpublic void resumeThread()
resumeThread in interface ThreadManagementpublic void suspendThread()
suspendThread in interface ThreadManagementpublic void stopThread()
stopThread in interface ThreadManagementpublic void finishWorkAndStopThread()
finishWorkAndStopThread in interface ThreadManagement
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||