dmlite
0.6
|
PoolDriver factory. More...
#include <pooldriver.h>
Public Member Functions | |
virtual | ~PoolDriverFactory () |
Destructor. More... | |
virtual std::string | implementedPool () throw () |
Supported pool type. More... | |
![]() | |
virtual | ~BaseFactory () |
Virtual destructor. More... | |
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. More... | |
Friends | |
class | StackInstance |
PoolDriver factory.
|
virtual |
Destructor.
|
protectedvirtual |
Instantiate the implemented pool driver.
|
virtual |
Supported pool type.
|
friend |