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