org.openorb.notify
Interface ThreadManagement

All Known Implementing Classes:
AnyPuller, EventQueueDispatcher, EventQueueReceiver, NotifyThread, Puller, Pusher, SequencePuller, StructuredPuller

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

void startThread()
Start the thread


resumeThread

void resumeThread()
Resume the thread


suspendThread

void suspendThread()
Suspend the thread


stopThread

void stopThread()
Stop the thread


finishWorkAndStopThread

void finishWorkAndStopThread()
Finish pending work and stop the thread