dmlite  0.6
Public Member Functions | Protected Member Functions | Static Protected Member Functions | Friends | List of all members
dmlite::PoolManagerFactory Class Reference

Plug-ins must implement a concrete factory to be instantiated. More...

#include <poolmanager.h>

Inheritance diagram for dmlite::PoolManagerFactory:
Inheritance graph
[legend]
Collaboration diagram for dmlite::PoolManagerFactory:
Collaboration graph
[legend]

Public Member Functions

virtual ~PoolManagerFactory ()
 Virtual destructor. More...
 
- Public Member Functions inherited from dmlite::BaseFactory
virtual ~BaseFactory ()
 Virtual destructor. More...
 
virtual void configure (const std::string &key, const std::string &value) throw (DmException)
 

Protected Member Functions

virtual PoolManagercreatePoolManager (PluginManager *pm) throw (DmException)
 Instantiate a implementation of Pool. More...
 

Static Protected Member Functions

static PoolManagercreatePoolManager (PoolManagerFactory *factory, PluginManager *pm) throw (DmException)
 Children of PoolManagerFactory are allowed to instantiate too (decorator) More...
 

Friends

class StackInstance
 

Detailed Description

Plug-ins must implement a concrete factory to be instantiated.

Constructor & Destructor Documentation

virtual dmlite::PoolManagerFactory::~PoolManagerFactory ( )
virtual

Virtual destructor.

Member Function Documentation

static PoolManager* dmlite::PoolManagerFactory::createPoolManager ( PoolManagerFactory factory,
PluginManager pm 
)
throw (DmException
)
staticprotected

Children of PoolManagerFactory are allowed to instantiate too (decorator)

virtual PoolManager* dmlite::PoolManagerFactory::createPoolManager ( PluginManager pm)
throw (DmException
)
protectedvirtual

Instantiate a implementation of Pool.

Friends And Related Function Documentation

friend class StackInstance
friend

The documentation for this class was generated from the following file: