In file runthrd.hxx:

namespace vos class OExecutableThread : public VOS_NAMESPACE OThread, vos

OExecutableThread A thread used to execute an IExecutable-Object

Inheritance:


Public Methods

ORef <IExecutable> 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

Documentation

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:
OExecutableThread(const ORef<IExecutable>& refWorker, const ORef<IObserver>& refCompletionObserver= 0)
Associate an IRunnable and optionally an IObserver with this thread

ORef <IExecutable> getExecutable()
Returns the executable associated with this thread


This class has no child classes.
Author:
Bernd Hofner
Version:
0.1

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de