#include <RPCDBCom.h>
Public Member Functions | |
RPCDBCom () | |
virtual void | run ()=0 |
void | setVerbosityLevel (coral::MsgLevel level) |
virtual | ~RPCDBCom () |
Protected Member Functions | |
coral::ISession * | connect (const std::string &connectionString, const std::string &userName, const std::string &password) |
Private Attributes | |
coral::IConnection * | m_connection |
Definition at line 12 of file RPCDBCom.h.
RPCDBCom::RPCDBCom | ( | ) |
|
virtual |
|
protected |
Definition at line 22 of file RPCDBCom.cc.
References autoCondModifiers::connectionString, instance, m_connection, EcalCondDBWriter_cfi::password, run_AlCaRecoTriggerBitsUpdateWorkflow::session, and EcalCondDBWriter_cfi::userName.
Referenced by RPCFw::createFEB(), RPCFw::createGAS(), RPCFw::createIDMAP(), RPCFw::createIMON(), RPCFw::createMix(), RPCFw::createSTATUS(), RPCFw::createT(), RPCFw::createUXC(), RPCFw::createVMON(), and o2o_db_cfgmap.DbManagerDAQ::update_hashmap().
|
pure virtual |
Implemented in RPCFw.
Referenced by Types.EventID::cppID(), and Types.LuminosityBlockID::cppID().
void RPCDBCom::setVerbosityLevel | ( | coral::MsgLevel | level | ) |
|
private |
Definition at line 25 of file RPCDBCom.h.
Referenced by connect(), and ~RPCDBCom().