rad
5.1.0
|
#include <dataContext.hpp>
Public Member Functions | |
virtual | ~DataContext ()=default |
virtual void | ReloadConfig ()=0 |
virtual Config & | GetConfig ()=0 |
virtual void | UpdateDb ()=0 |
virtual OldbInterface & | GetOldbInterface ()=0 |
This interface contains mandatory methods used by the rad::Application class to retrieve application specific configuration and access/update CII OLDB.
|
virtualdefault |
Reimplemented in rad::utest::DataContext, and exciiserver::DataContext.
|
pure virtual |
Implemented in rad::utest::DataContext, and exciiserver::DataContext.
|
pure virtual |
Implemented in rad::utest::DataContext, and exciiserver::DataContext.
|
pure virtual |
Reload the configuration from file.
Implemented in rad::utest::DataContext, and exciiserver::DataContext.
|
pure virtual |
Try to connect to the DB and write the application configuration to the OLDB.
Implemented in rad::utest::DataContext, and exciiserver::DataContext.