org.openorb.notify

Class NotifyThread

public abstract class NotifyThread extends Object implements ThreadManagement, Runnable

Author: Shawn Boyce

Constructor Summary
NotifyThread(String id, Logger logger)
Default constructor
Method Summary
voidfinishWorkAndStopThread()
Finish pending work and stop the thread
LoggergetLogger()
voidresumeThread()
Resume the thread
voidstartThread()
Start the thread
voidstopThread()
Stop the thread
voidsuspendThread()
Suspend the thread
StringtoString()

Constructor Detail

NotifyThread

public NotifyThread(String id, Logger logger)
Default constructor

Method Detail

finishWorkAndStopThread

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

getLogger

public final Logger getLogger()

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

toString

public final String toString()