Class to be used as parent for CCF Execution Adapters.
More...
#include <execAdptBase.hpp>
|
| ExecAdptBase () |
|
virtual | ~ExecAdptBase () |
|
virtual std::string | Logic (const std::string &method, const std::string ¶meters) |
| Execute the user provided logic.
|
|
virtual std::string | UserLogic (const std::string &method, const std::string ¶meters) |
| User provided business logic.
|
|
| Base () |
|
| ~Base () |
|
const std::string & | GetClassName () const |
| Return the allocated name of the class.
|
|
Class to be used as parent for CCF Execution Adapters.
◆ ExecAdptBase()
ifw::ccf::common::ExecAdptBase::ExecAdptBase |
( |
| ) |
|
◆ ~ExecAdptBase()
ifw::ccf::common::ExecAdptBase::~ExecAdptBase |
( |
| ) |
|
|
virtual |
◆ Logic()
std::string ifw::ccf::common::ExecAdptBase::Logic |
( |
const std::string & | method, |
|
|
const std::string & | parameters ) |
|
virtual |
Execute the user provided logic.
◆ UserLogic()
std::string ifw::ccf::common::ExecAdptBase::UserLogic |
( |
const std::string & | method, |
|
|
const std::string & | parameters ) |
|
virtual |
User provided business logic.
The documentation for this class was generated from the following files: