|
execComponentTestImpl − |
|
#include <execComponentTestImpl.h> Inherits acscomponent::ACSComponentImpl. |
|
Public Member Functions |
|
execComponentTestImpl (const ACE_CString &name, maci::ContainerServices *containerServices) |
|
virtual ~execComponentTestImpl () |
|
virtual void run (const ACS::StringSequence ¶meters, const char *fileName) |
|
execComponentTestImpl::execComponentTestImpl (const ACE_CString & name, maci::ContainerServices * containerServices) |
|
virtual execComponentTestImpl::~execComponentTestImpl () [virtual] |
|
virtual void execComponentTestImpl::run (const ACS::StringSequence & parameters, const char * fileName) [virtual] Implentation of TaskComponent’s run method which print what it gets as the parameter to stdio. If parameter is ’throw’ the run method throws an exception of type: TaskRunFailureEx |
|
Parameters: |
|
parameters,: parameters that is send to run method of the task. |
|
Exceptions: |
|
taskErrType::TaskRunFailureEx |
|
Generated automatically by Doxygen for ACS-2015.6 C++ API from the source code. |