#include <maciDynCompImpl.h>
Public Member Functions | |
DynamicTestClassImpl (const ACE_CString &name, maci::ContainerServices *containerServices) | |
Constructors. | |
virtual | ~DynamicTestClassImpl () |
virtual void | initialize () |
virtual void | execute () |
virtual void | cleanUp () |
virtual void | aboutToAbort () |
virtual void | whoami () |
Public Attributes | |
int | launchException_m |
The component loaded from the component that tests the ContainerServices It is also used to test the container against the exceptions in the constructor and the life cycle methods (see the launchException_m variable below)
DynamicTestClassImpl::DynamicTestClassImpl | ( | const ACE_CString & | name, | |
maci::ContainerServices * | containerServices | |||
) |
Constructors.
virtual DynamicTestClassImpl::~DynamicTestClassImpl | ( | ) | [virtual] |
Destructor
virtual void DynamicTestClassImpl::aboutToAbort | ( | ) | [virtual] |
LifeCycle
Reimplemented from acscomponent::ACSComponentImpl.
virtual void DynamicTestClassImpl::cleanUp | ( | ) | [virtual] |
LifeCycle
Reimplemented from acscomponent::ACSComponentImpl.
virtual void DynamicTestClassImpl::execute | ( | ) | [virtual] |
LifeCycle
acsErrTypeLifeCycle::LifeCycleExImpl |
Reimplemented from acscomponent::ACSComponentImpl.
virtual void DynamicTestClassImpl::initialize | ( | ) | [virtual] |
LifeCycle
acsErrTypeLifeCycle::LifeCycleExImpl |
Reimplemented from acscomponent::ACSComponentImpl.
virtual void DynamicTestClassImpl::whoami | ( | ) | [virtual] |