org.openorb.notify
public abstract class NotifyThread extends Object implements ThreadManagement, Runnable
| Constructor Summary | |
|---|---|
| NotifyThread(String id, Logger logger)
Default constructor | |
| Method Summary | |
|---|---|
| void | finishWorkAndStopThread()
Finish pending work and stop the thread |
| Logger | getLogger() |
| void | resumeThread()
Resume the thread |
| void | startThread()
Start the thread |
| void | stopThread()
Stop the thread |
| void | suspendThread()
Suspend the thread |
| String | toString() |