org.openorb.notify
public interface ThreadManagement
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 |