#include <TimerThread.h>
Inheritance diagram for 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.
Implements Cancelable. |
|
|
Check if the Timer has been Canceled
Implements Cancelable. |
|
|
Delegate to timer Reimplemented from Thread. |
1.2.15