namespace vos class OExecutableThread : public VOS_NAMESPACE OThread, vos OExecutableThread A thread used to execute an IExecutable-Object
| | getExecutable () Returns the executable associated with this thread |
| | OExecutableThread (const ORef<IExecutable>& refWorker, const ORef<IObserver>& refCompletionObserver= 0) Associate an IRunnable and optionally an IObserver with this thread |
OExecutableThread A thread used to execute an IExecutable-Object. In case you want to notify someone when the IExecutable-Object has terminated, you can specify an IObserver, whose notify()-method will be called with the notify-code:
ORef <IExecutable> getExecutable()
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de