#include <poolmanager.h>
Inherits dmlite::BaseFactory.
Inheritance diagram for dmlite::PoolManagerFactory:
Public Member Functions | |
virtual | ~PoolManagerFactory () |
Virtual destructor. | |
Protected Member Functions | |
virtual PoolManager * | createPoolManager (PluginManager *pm)=0 throw (DmException) |
Instantiate a implementation of Pool. | |
Static Protected Member Functions | |
static PoolManager * | createPoolManager (PoolManagerFactory *factory, PluginManager *pm) throw (DmException) |
Children of PoolManagerFactory are allowed to instantiate too (decorator). | |
Friends | |
class | StackInstance |
PoolManagerFactory::~PoolManagerFactory | ( | ) | [virtual] |
Virtual destructor.
virtual PoolManager* dmlite::PoolManagerFactory::createPoolManager | ( | PluginManager * | pm | ) | throw (DmException) [protected, pure virtual] |
Instantiate a implementation of Pool.
PoolManager * PoolManagerFactory::createPoolManager | ( | PoolManagerFactory * | factory, | |
PluginManager * | pm | |||
) | throw (DmException) [static, protected] |
Children of PoolManagerFactory are allowed to instantiate too (decorator).
friend class StackInstance [friend] |