dmlite
0.6
|
Base class for interfaces. More...
#include <base.h>
Public Member Functions | |
virtual | ~BaseInterface () |
Virtual destructor. More... | |
virtual std::string | getImplId (void) const =0 throw () |
String ID of the implementation. More... | |
Protected Member Functions | |
virtual void | setStackInstance (StackInstance *si) throw (DmException) |
virtual void | setSecurityContext (const SecurityContext *ctx) throw (DmException) |
Set the security context. More... | |
Static Protected Member Functions | |
static void | setStackInstance (BaseInterface *i, StackInstance *si) throw (DmException) |
These method allows plugins to call other plugins setStackInstance and setSecurityContext. More... | |
static void | setSecurityContext (BaseInterface *i, const SecurityContext *ctx) throw (DmException) |
Friends | |
class | StackInstance |
Base class for interfaces.
|
virtual |
Virtual destructor.
|
pure virtual |
String ID of the implementation.
Implemented in dmlite::IODriver, and dmlite::BuiltInCatalog.
|
protectedvirtual |
Set the security context.
Reimplemented in dmlite::IODriver, dmlite::BuiltInCatalog, dmlite::DummyCatalog, and dmlite::DummyPoolManager.
|
staticprotected |
|
protectedvirtual |
Set the StackInstance. Some plugins may need to access other stacks (i.e. the pool may need the catalog) However, at construction time not all the stacks have been populated, so this will be called once all are instantiated.
Reimplemented in dmlite::BuiltInCatalog, dmlite::DummyCatalog, and dmlite::DummyPoolManager.
|
staticprotected |
These method allows plugins to call other plugins setStackInstance and setSecurityContext.
|
friend |