|
dmlite
0.6
|
Interface for a pool driver. More...
#include <pooldriver.h>


Public Member Functions | |
| virtual | ~PoolDriver () |
| Destructor. More... | |
| virtual PoolHandler * | createPoolHandler (const std::string &poolName) |
| Create a handler. More... | |
| virtual void | toBeCreated (const Pool &pool) |
| virtual void | justCreated (const Pool &pool) |
| Called just after a pool is added to the database. More... | |
| virtual void | update (const Pool &pool) |
| Called when updating a pool. More... | |
| virtual void | toBeDeleted (const Pool &pool) |
Public Member Functions inherited from dmlite::BaseInterface | |
| virtual | ~BaseInterface () |
| Virtual destructor. More... | |
| virtual std::string | getImplId (void) const =0 throw () |
| String ID of the implementation. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from dmlite::BaseInterface | |
| virtual void | setStackInstance (StackInstance *si) |
| virtual void | setSecurityContext (const SecurityContext *ctx) |
| Set the security context. More... | |
Static Protected Member Functions inherited from dmlite::BaseInterface | |
| static void | setStackInstance (BaseInterface *i, StackInstance *si) |
| These method allows plugins to call other plugins setStackInstance and setSecurityContext. More... | |
| static void | setSecurityContext (BaseInterface *i, const SecurityContext *ctx) |
Interface for a pool driver.
|
virtual |
Destructor.
|
virtual |
Create a handler.
|
virtual |
Called just after a pool is added to the database.
|
virtual |
Called just before adding the pool to the database. To be used by a plugin, in case it needs to do some previous preparations. (i.e. legacy filesystem will actually create the pool here)
|
virtual |
Called just before a pool of this type is removed.
|
virtual |
Called when updating a pool.
1.8.15