#include <maciTestClassImpl.h>
Inheritance diagram for MaciHierarchicalTestClass:
Public Member Functions | |
MaciHierarchicalTestClass (const ACE_CString &name, maci::ContainerServices *containerServices) | |
Constructor. | |
virtual | ~MaciHierarchicalTestClass () |
virtual void | execute () |
|
Constructor.
|
|
Destructor |
|
Called after initialize to tell the component that it has to be ready to accept incoming functional calls any time. Must be implemented as a synchronous (blocking) call (can spawn threads though).
Reimplemented from acscomponent::ACSComponentImpl.
|