#include <Broker.h>
Classes | |
| class | MetaRefNode |
Static Public Member Functions | |
| static void | reset () |
| static void | init () |
| static int | getNextConstraintId () |
| static int | getNextMetaRefId () |
| static std::string | getRegistryTokenName (const BON::Object &obj) |
| static void | initFromObj (BON::Object &obj, BON::Folder &folder, const std::string &kind) |
| static void | initFromAspectObj (BON::Object &obj, const std::string &name, BON::Folder &folder) |
| static void | initFromRegistry (BON::Object &obj, BON::Folder &folder, const BON::RegistryNode ®Node) |
| static void | checkDuplicates () |
Static Public Attributes | |
| static const int | INVALID_METAREF = -1 |
| static const int | INITIAL_METAREF = 1001 |
| static const std::string | ROOTFOLDER_METAREF_STR = "1000" |
Definition at line 11 of file Broker.h.
| void Broker::checkDuplicates | ( | ) | [static] |
Definition at line 110 of file Broker.cpp.
| int Broker::getNextConstraintId | ( | ) | [static] |
Definition at line 44 of file Broker.cpp.
| int Broker::getNextMetaRefId | ( | ) | [static] |
Definition at line 50 of file Broker.cpp.
| std::string Broker::getRegistryTokenName | ( | const BON::Object & | obj | ) | [static] |
Definition at line 56 of file Broker.cpp.
| void Broker::init | ( | ) | [static] |
Definition at line 30 of file Broker.cpp.
| void Broker::initFromAspectObj | ( | BON::Object & | obj, | |
| const std::string & | name, | |||
| BON::Folder & | folder | |||
| ) | [static] |
Definition at line 84 of file Broker.cpp.
| void Broker::initFromObj | ( | BON::Object & | obj, | |
| BON::Folder & | folder, | |||
| const std::string & | kind | |||
| ) | [static] |
Definition at line 74 of file Broker.cpp.
| void Broker::initFromRegistry | ( | BON::Object & | obj, | |
| BON::Folder & | folder, | |||
| const BON::RegistryNode & | regNode | |||
| ) | [static] |
Definition at line 93 of file Broker.cpp.
| void Broker::reset | ( | ) | [static] |
Definition at line 20 of file Broker.cpp.
const int Broker::INITIAL_METAREF = 1001 [static] |
const int Broker::INVALID_METAREF = -1 [static] |
const std::string Broker::ROOTFOLDER_METAREF_STR = "1000" [static] |
1.6.3