dmlite::PoolManagerFactory Class Reference

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

#include <poolmanager.h>

Inherits dmlite::BaseFactory.

Inheritance diagram for dmlite::PoolManagerFactory:

[legend]
Collaboration diagram for dmlite::PoolManagerFactory:
[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 dmlite::PoolManagerFactory::~PoolManagerFactory (  )  [virtual]

Virtual destructor.


Member Function Documentation

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

Instantiate a implementation of Pool.

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

Children of PoolManagerFactory are allowed to instantiate too (decorator).


Friends And Related Function Documentation

friend class StackInstance [friend]


The documentation for this class was generated from the following file:
Generated on 4 May 2016 for dmlite by  doxygen 1.4.7