#include <ConnectionPool.h>
Public Member Functions | |
void | close () |
coral::ISessionProxy & | get () |
bool | isValid () |
SharedSession & | operator= (const SharedSession &rhs) |
boost::shared_ptr < coral::ISessionProxy > | share () |
SharedSession () | |
SharedSession (boost::shared_ptr< coral::ISessionProxy > &coralSession) | |
SharedSession (const SharedSession &rhs) | |
~SharedSession () | |
Private Attributes | |
boost::shared_ptr < coral::ISessionProxy > | m_proxy |
Definition at line 17 of file ConnectionPool.h.
ora::SharedSession::SharedSession | ( | ) |
Definition at line 6 of file ConnectionPool.cc.
ora::SharedSession::SharedSession | ( | boost::shared_ptr< coral::ISessionProxy > & | coralSession | ) |
Definition at line 10 of file ConnectionPool.cc.
ora::SharedSession::SharedSession | ( | const SharedSession & | rhs | ) |
Definition at line 14 of file ConnectionPool.cc.
ora::SharedSession::~SharedSession | ( | ) |
Definition at line 18 of file ConnectionPool.cc.
void ora::SharedSession::close | ( | void | ) |
Definition at line 44 of file ConnectionPool.cc.
Referenced by lumiQTWidget.ApplicationWindow::fileQuit(), esMonitoring.AsyncLineReaderMixin::handle_close(), esMonitoring.FDJsonServer::handle_close(), Vispa.Gui.BoxContentDialog.BoxContentDialog::keyPressEvent(), and Vispa.Gui.FindDialog.FindDialog::keyPressEvent().
coral::ISessionProxy & ora::SharedSession::get | ( | ) |
Definition at line 27 of file ConnectionPool.cc.
References ora::throwException().
Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), rrapi.RRApi::columns(), rrapi.RRApi::count(), rrapi.RRApi::data(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), betterConfigParser.BetterConfigParser::getResultingSection(), rrapi.RRApi::report(), rrapi.RRApi::reports(), rrapi.RRApi::tables(), rrapi.RRApi::tags(), rrapi.RRApi::templates(), and rrapi.RRApi::workspaces().
bool ora::SharedSession::isValid | ( | void | ) |
Definition at line 40 of file ConnectionPool.cc.
Referenced by core.AutoHandle.AutoHandle::ReallyLoad().
ora::SharedSession & ora::SharedSession::operator= | ( | const SharedSession & | rhs | ) |
Definition at line 21 of file ConnectionPool.cc.
References m_proxy.
boost::shared_ptr< coral::ISessionProxy > ora::SharedSession::share | ( | ) |
Definition at line 36 of file ConnectionPool.cc.
|
private |
Definition at line 29 of file ConnectionPool.h.
Referenced by operator=().