org.openorb.notify
Interface ThreadManagement

All Known Implementing Classes:
NotifyThread

public interface ThreadManagement

Author:
Olivier Modica

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
 

Method Detail

startThread

public void startThread()
Start the thread

resumeThread

public void resumeThread()
Resume the thread

suspendThread

public void suspendThread()
Suspend the thread

stopThread

public void stopThread()
Stop the thread

finishWorkAndStopThread

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