#include <ConnectionPool.h>
Public Member Functions | |
void | close () |
coral::ISessionProxy & | get () |
bool | isValid () |
SharedSession & | operator= (const SharedSession &rhs) |
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 39 of file ConnectionPool.cc.
Referenced by python.Vispa.Gui.BoxContentDialog.BoxContentDialog::keyPressEvent(), and python.Vispa.Gui.FindDialog.FindDialog::keyPressEvent().
coral::ISessionProxy & ora::SharedSession::get | ( | void | ) |
Definition at line 27 of file ConnectionPool.cc.
References ora::throwException().
Referenced by Options.Options::__getitem__().
bool ora::SharedSession::isValid | ( | void | ) |
Definition at line 35 of file ConnectionPool.cc.
ora::SharedSession & ora::SharedSession::operator= | ( | const SharedSession & | rhs | ) |
Definition at line 21 of file ConnectionPool.cc.
References m_proxy.
|
private |
Definition at line 28 of file ConnectionPool.h.
Referenced by operator=().