ifw-fcf  2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
fcf::devmgr::common::DbInterface Class Reference

#include <dbInterface.hpp>

Public Member Functions

 DbInterface (const std::string &prefix, rad::DbAdapter &runtime_db)
 
virtual ~DbInterface ()
 
std::string GetControlState ()
 
std::string GetControlSubstate ()
 
std::string GetControlStatus ()
 
std::string Get (const std::string &key)
 
void SetControlState (const std::string &value)
 
void SetControlSubstate (const std::string &value)
 
void SetControlStatus (const std::string &value)
 
void SetControl (const std::string &state, const std::string &substate)
 
void SetControl (const short state, const short substate)
 
void SetConfig (const std::string &req_endpoint, const std::string &db_endpoint, const timeval &db_timeout, const std::string &scxml_filename, const std::string &config_filename, const std::string &log_level)
 
void Set (const std::string &key, const std::string &value)
 
void MultiSet (std::vector< std::string > &kvs)
 
 DbInterface (const DbInterface &)=delete
 Disable copy constructor. More...
 
DbInterfaceoperator= (const DbInterface &)=delete
 Disable assignment operator. More...
 

Detailed Description

This class is the interface to the in-memory DB.

Constructor & Destructor Documentation

fcf::devmgr::common::DbInterface::DbInterface ( const std::string &  prefix,
rad::DbAdapter &  runtime_db 
)

Constructor.

Parameters
[in]prefixString used as prefix when building the keys.
[in]runtime_dbReference to the in-memory DB adapter.
fcf::devmgr::common::DbInterface::~DbInterface ( )
virtual

Destructor

fcf::devmgr::common::DbInterface::DbInterface ( const DbInterface )
delete

Disable copy constructor.

Member Function Documentation

std::string fcf::devmgr::common::DbInterface::Get ( const std::string &  key)
Parameters
[in]keyKey in the DB.
Returns
The value stored in the DB associated to the given key.
std::string fcf::devmgr::common::DbInterface::GetControlState ( )
Returns
The current state of the application stored in the DB.
std::string fcf::devmgr::common::DbInterface::GetControlStatus ( )
Returns
The current state and sub-state of the application stored in the DB.
std::string fcf::devmgr::common::DbInterface::GetControlSubstate ( )
Returns
The current sub-state of the application stored in the DB.
void fcf::devmgr::common::DbInterface::MultiSet ( std::vector< std::string > &  kvs)
Parameters
[in]kvsVector of keyword/value to be stored in the DB.
DbInterface& fcf::devmgr::common::DbInterface::operator= ( const DbInterface )
delete

Disable assignment operator.

void fcf::devmgr::common::DbInterface::Set ( const std::string &  key,
const std::string &  value 
)
Parameters
[in]keyKey to be written in the DB.
[in]valueValue, associated to the given key, to be written in the DB.
void fcf::devmgr::common::DbInterface::SetConfig ( const std::string &  req_endpoint,
const std::string &  db_endpoint,
const timeval &  db_timeout,
const std::string &  scxml_filename,
const std::string &  config_filename,
const std::string &  log_level 
)

Set the application configuration information in the DB.

Parameters
[in]req_endpointRequest msg endpoint.
[in]db_endpointDB endpoint information.
[in]db_timeoutDB connection timeout.
[in]scxml_filenameSCXML configuration.
[in]config_filenameServer configuration.
[in]log_levelLogging level.
void fcf::devmgr::common::DbInterface::SetControl ( const std::string &  state,
const std::string &  substate 
)

Set the application control information in the DB.

Parameters
[in]stateState to be stored in the DB.
[in]substateSubstate to be stored in the DB.
void fcf::devmgr::common::DbInterface::SetControl ( const short  state,
const short  substate 
)

Set the application control information in the DB.

Parameters
[in]stateState to be stored in the DB.
[in]substateSubstate to be stored in the DB.
void fcf::devmgr::common::DbInterface::SetControlState ( const std::string &  value)
Parameters
[in]valueState to be stored in the DB.
void fcf::devmgr::common::DbInterface::SetControlStatus ( const std::string &  value)
Parameters
[in]valueStatus (state and substate) to be stored in the DB.
void fcf::devmgr::common::DbInterface::SetControlSubstate ( const std::string &  value)
Parameters
[in]valueSub-state to be stored in the DB.

The documentation for this class was generated from the following files: