![]() |
|
|
Generated: 8 Jan 2009 |
#include <PoolDb/IPoolCacheSvc.h>


The IPoolCacheSvc service interface allows to access the functionality provided by the POOL services. The interface allows to access the
Definition at line 43 of file IPoolCacheSvc.h.
Public Member Functions | |
| 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. | |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| Retrieve interface ID. | |
| static const InterfaceID& IPoolCacheSvc::interfaceID | ( | ) | [inline, static] |
Retrieve interface ID.
Reimplemented from IInterface.
Definition at line 47 of file IPoolCacheSvc.h.
00047 { return IID_IPoolCacheSvc; }
| 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.