ifw-ccf 5.0.2
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ifw::ccf::common::ExecAdptBase Class Reference

Class to be used as parent for CCF Execution Adapters. More...

#include <execAdptBase.hpp>

Inheritance diagram for ifw::ccf::common::ExecAdptBase:
ifw::ccf::Base

Public Member Functions

 ExecAdptBase ()
 
virtual ~ExecAdptBase ()
 
virtual std::string Logic (const std::string &method, const std::string &parameters)
 Execute the user provided logic.
 
virtual std::string UserLogic (const std::string &method, const std::string &parameters)
 User provided business logic.
 
- Public Member Functions inherited from ifw::ccf::Base
 Base ()
 
 ~Base ()
 
const std::string & GetClassName () const
 Return the allocated name of the class.
 

Additional Inherited Members

- Static Public Member Functions inherited from ifw::ccf::Base
static ifw::ccf::mptk::ManagerMptk ()
 Return reference to internal MPTK instance (singleton).
 
- Protected Member Functions inherited from ifw::ccf::Base
void SetClassName (const std::string &class_name)
 Set the name of the class in question.
 

Detailed Description

Class to be used as parent for CCF Execution Adapters.

Constructor & Destructor Documentation

◆ ExecAdptBase()

ifw::ccf::common::ExecAdptBase::ExecAdptBase ( )

◆ ~ExecAdptBase()

ifw::ccf::common::ExecAdptBase::~ExecAdptBase ( )
virtual

Member Function Documentation

◆ 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: