23 #include <plugins/mongodb/aspect/mongodb.h> 24 #include <plugins/mongodb/aspect/mongodb_conncreator.h> 64 mongodb_config_name_ = config_name;
79 mongodb_config_name_.clear();
90 MongoDBAspect::init_MongoDBAspect(mongo::DBClientBase *mongodb_client,
Fawkes library namespace.
mongo::DBClientBase * mongodb_client
MongoDB client to use to interact with the database.
MongoDBConnCreator * mongodb_connmgr
Connection manager to retrieve more client connections from if necessary.
void add_aspect(const char *name)
Add an aspect to a thread.
MongoDBAspect()
Constructor.
virtual ~MongoDBAspect()
Virtual empty destructor.
Interface for a MongoDB connection creator.