org.openorb.notify

Interface ThreadManagement

public interface ThreadManagement

Author: Olivier Modica

Method Summary
voidfinishWorkAndStopThread()
Finish pending work and stop the thread
voidresumeThread()
Resume the thread
voidstartThread()
Start the thread
voidstopThread()
Stop the thread
voidsuspendThread()
Suspend the thread

Method Detail

finishWorkAndStopThread

public void finishWorkAndStopThread()
Finish pending work and stop the thread

resumeThread

public void resumeThread()
Resume the thread

startThread

public void startThread()
Start the thread

stopThread

public void stopThread()
Stop the thread

suspendThread

public void suspendThread()
Suspend the thread