#include <TimerThread.h>
Inheritance diagram for ZThread::TimerThread::
Public Methods | |
TimerThread () throw (Synchronization_Exception) | |
virtual | ~TimerThread () throw () |
virtual void | cancel () throw (Synchronization_Exception) |
virtual bool | isCanceled () throw (Synchronization_Exception) |
virtual void | run () throw () |
Also, like Executors, static TimerThreads do no need to be joined while a non-static or local TimerThread should be joined.
|
Create a new TimerThread |
|
Destroy this TimerThread |
|
Cancel the timer altogether. No further notifications are issued from the timer thread.
Reimplemented from ZThread::Cancelable. |
|
Check if the Timer has been Canceled
Reimplemented from ZThread::Cancelable. |
|
Delegate to timer Reimplemented from ZThread::Thread. |