dmlite
0.6
|
Plug-ins must implement a concrete factory to be instantiated. More...
#include <poolmanager.h>
Public Member Functions | |
virtual | ~PoolManagerFactory () |
Virtual destructor. More... | |
![]() | |
virtual | ~BaseFactory () |
Virtual destructor. More... | |
virtual void | configure (const std::string &key, const std::string &value) throw (DmException) |
Protected Member Functions | |
virtual PoolManager * | createPoolManager (PluginManager *pm) throw (DmException) |
Instantiate a implementation of Pool. More... | |
Static Protected Member Functions | |
static PoolManager * | createPoolManager (PoolManagerFactory *factory, PluginManager *pm) throw (DmException) |
Children of PoolManagerFactory are allowed to instantiate too (decorator) More... | |
Friends | |
class | StackInstance |
Plug-ins must implement a concrete factory to be instantiated.
|
virtual |
Virtual destructor.
|
staticprotected |
Children of PoolManagerFactory are allowed to instantiate too (decorator)
|
protectedvirtual |
Instantiate a implementation of Pool.
|
friend |