|
Fawkes API
Fawkes Development Version
|
The initializer/finalizer for the GologppDispatcherAspect. More...

Public Member Functions | |
| GologppDispatcherAspectIniFin () | |
| Constructor. More... | |
| virtual | ~GologppDispatcherAspectIniFin () |
| Destructor*. More... | |
| virtual void | init (Thread *thread) |
| Initialize the thread with the aspect. More... | |
| virtual void | finalize (Thread *thread) |
| Finalize the aspect of the given thread. More... | |
Public Member Functions inherited from fawkes::AspectIniFin | |
| AspectIniFin (const char *aspect_name) __attribute__((nonnull)) | |
| Constructor. More... | |
| virtual | ~AspectIniFin () |
| Virtual empty destructor. More... | |
| virtual bool | prepare_finalize (Thread *thread) |
| Default finalize preparation. More... | |
| const char * | get_aspect_name () const |
| Get aspect name. More... | |
The initializer/finalizer for the GologppDispatcherAspect.
This AspectIniFin is responsible for creating the dispatcher, which can then be used by all executors.
Definition at line 30 of file action_executor_dispatcher_inifin.h.
| fawkes::GologppDispatcherAspectIniFin::GologppDispatcherAspectIniFin | ( | ) |
Constructor.
Definition at line 32 of file action_executor_dispatcher_inifin.cpp.
|
virtual |
Destructor*.
Definition at line 39 of file action_executor_dispatcher_inifin.cpp.
|
virtual |
Finalize the aspect of the given thread.
| thread | The thread to finalize. |
Implements fawkes::AspectIniFin.
Definition at line 71 of file action_executor_dispatcher_inifin.cpp.
References fawkes::GologppDispatcherAspect::finalize_GologppDispatcherAspect().
|
virtual |
Initialize the thread with the aspect.
This initializes the given thread with the dispatcher.
| thread | The thread to initialize. |
Implements fawkes::AspectIniFin.
Definition at line 61 of file action_executor_dispatcher_inifin.cpp.
References fawkes::GologppDispatcherAspect::init_GologppDispatcherAspect().