execComponentTestImpl

NAME
SYNOPSIS
Constructor & Destructor Documentation
Member Function Documentation
Author

NAME

execComponentTestImpl −

SYNOPSIS

#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 &parameters, const char *fileName)

Constructor & Destructor Documentation

execComponentTestImpl::execComponentTestImpl (const ACE_CString & name, maci::ContainerServices * containerServices)

virtual execComponentTestImpl::~execComponentTestImpl () [virtual]

Member Function Documentation

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

Author

Generated automatically by Doxygen for ACS-2015.2 C++ API from the source code.