|
Gaudi Framework, version v21r9 |
| Home | Generated: 3 May 2010 |
#include <PoolDb/IPoolCacheSvc.h>


Public Member Functions | |
| DeclareInterfaceID (IPoolCacheSvc, 2, 0) | |
| InterfaceID. | |
| virtual pool::DbSession & | session ()=0 |
| Access the (single) POOL database session. | |
| virtual StatusCode | loadDictionary (const std::string &name)=0 |
| Load dictionary library. | |
| virtual pool::DbOptionCallback * | callbackHandler () const =0 |
| Access to POOL callback handler. | |
The IPoolCacheSvc service interface allows to access the functionality provided by the POOL services. The interface allows to access the
Definition at line 41 of file IPoolCacheSvc.h.
| IPoolCacheSvc::DeclareInterfaceID | ( | IPoolCacheSvc | , | |
| 2 | , | |||
| 0 | ||||
| ) |
| virtual pool::DbSession& IPoolCacheSvc::session | ( | ) | [pure virtual] |
| virtual StatusCode IPoolCacheSvc::loadDictionary | ( | const std::string & | name | ) | [pure virtual] |
Load dictionary library.
| name | [IN] dictionary name/file path |
Implemented in PoolDbCacheSvc.
| virtual pool::DbOptionCallback* IPoolCacheSvc::callbackHandler | ( | ) | const [pure virtual] |
Access to POOL callback handler.
Implemented in PoolDbCacheSvc.