Public Types | |
typedef std::pair< const std::string, const std::string > | map_key |
typedef std::map< const map_key, plugin::Plugin * > | map |
typedef std::vector< Plugin * > | vector |
Public Member Functions | |
Daemon (std::string name_arg) | |
virtual void | shutdownPlugin () |
virtual void | prime () |
virtual void | startup (drizzled::Session &) |
void | activate () |
void | deactivate () |
bool | isActive () const |
const std::string & | getName () const |
void | setModule (module::Module *module) |
const std::string & | getTypeName () const |
virtual bool | removeLast () const |
const std::string & | getModuleName () const |
Static Public Member Functions | |
static bool | addPlugin (Daemon *) |
static void | removePlugin (Daemon *) |
Private Member Functions | |
Daemon (const Daemon &) | |
Daemon & | operator= (const Daemon &) |
static bool drizzled::plugin::Daemon::addPlugin | ( | Daemon * | ) | [inline, static] |