#include "Locator_Repository.h"
#include "Locator_XMLHandler.h"
#include "utils.h"
#include "ace/OS_NS_stdio.h"
#include "ace/OS_NS_ctype.h"
#include "ACEXML/parser/parser/Parser.h"
#include "ACEXML/common/FileCharStream.h"
Include dependency graph for Locator_Repository.cpp:
Classes | |
class | Server_Repo_XML_Callback |
Functions | |
ACE_CString | lcase (const ACE_CString &s) |
void | loadActivatorsAsBinary (ACE_Configuration &config, Locator_Repository::AIMap &map) |
void | loadServersAsBinary (ACE_Configuration &config, Locator_Repository::SIMap &map) |
void | loadAsBinary (ACE_Configuration &config, Locator_Repository &repo) |
void | convertEnvList (const Locator_XMLHandler::EnvList &in, ImplementationRepository::EnvironmentList &out) |
int | loadAsXML (const ACE_CString &fname, Locator_Repository &repo) |
void | saveAsXML (const ACE_CString &fname, Locator_Repository &repo) |
Variables | |
const char * | STARTUP_COMMAND = "StartupCommand" |
const char * | WORKING_DIR = "WorkingDir" |
const char * | ENVIRONMENT = "Environment" |
const char * | ACTIVATION = "Activation" |
const char * | PARTIAL_IOR = "Location" |
const char * | IOR = "IOR" |
const char * | START_LIMIT = "StartLimit" |
const char * | ACTIVATOR = "Activator" |
const char * | SERVERS_ROOT_KEY = "Servers" |
const char * | ACTIVATORS_ROOT_KEY = "Activators" |
const char * | TOKEN = "Token" |
const char * | WIN32_REG_KEY = "Software\\TAO\\ImplementationRepository" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|