#include <SynchronousExecutor.h>
Inheritance diagram for SynchronousExecutor:

Public Methods | |
| SynchronousExecutor () | |
| Create a new SynchronousExecutor. | |
| virtual | ~SynchronousExecutor () throw () |
| Destroy a SynchronousExecutor. | |
| virtual void | execute (const RunnableHandle &task) throw (Synchronization_Exception) |
| void | execute (Runnable *task) throw (Synchronization_Exception) |
| virtual void | cancel () throw (Synchronization_Exception) |
| virtual bool | isCanceled () throw (Synchronization_Exception) |
| virtual void | wait () throw (Synchronization_Exception) |
| virtual bool | wait (unsigned long) throw (Synchronization_Exception) |
|
|
Implements Executor. |
|
|
Convience method
|
|
|
Submit a light wieght task to an Executor. This will not block the calling thread very long. The submitted task will be executed at some later point by another thread.
Implements Executor. |
|
|
Implements Cancelable. |
|
|
Implements Executor. |
|
|
Implements Executor. |
1.2.15