PoolDriver factory.
More...
#include <pooldriver.h>
List of all members.
Public Member Functions |
virtual | ~PoolDriverFactory () |
| Destructor.
|
virtual std::string | implementedPool () throw () |
| Supported pool type.
|
virtual | ~BaseFactory () |
| Virtual destructor.
|
virtual void | configure (const std::string &key, const std::string &value) throw (DmException) |
Protected Member Functions |
virtual PoolDriver * | createPoolDriver (void) throw (DmException) |
| Instantiate the implemented pool driver.
|
Detailed Description
Constructor & Destructor Documentation
virtual dmlite::PoolDriverFactory::~PoolDriverFactory |
( |
| ) |
|
|
virtual |
Member Function Documentation
Instantiate the implemented pool driver.
virtual std::string dmlite::PoolDriverFactory::implementedPool |
( |
| ) |
throw () |
|
virtual |
Friends And Related Function Documentation
The documentation for this class was generated from the following file: