dmlite  0.6
Public Member Functions | Protected Member Functions | Static Protected Member Functions | Friends
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]

List of all members.

Public Member Functions

virtual ~PoolManagerFactory ()
 Virtual destructor.

Protected Member Functions

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

Static Protected Member Functions

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

Friends

class StackInstance

Detailed Description

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


Constructor & Destructor Documentation

Virtual destructor.


Member Function Documentation

static PoolManager* dmlite::PoolManagerFactory::createPoolManager ( PoolManagerFactory factory,
PluginManager pm 
) throw (DmException) [static, protected]

Children of PoolManagerFactory are allowed to instantiate too (decorator)

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: