TAO_Implementation_Repository 4.0.3
Loading...
Searching...
No Matches
Functions | Variables
Config_Backing_Store.cpp File Reference
#include "orbsvcs/Log_Macros.h"
#include "Config_Backing_Store.h"
#include "Server_Info.h"
#include "Activator_Info.h"
#include "utils.h"
#include "ace/OS_NS_unistd.h"

Functions

static int get_key (ACE_Configuration &cfg, const ACE_CString &name, const ACE_TCHAR *const sub_section, ACE_Configuration_Section_Key &key)
 

Variables

static const ACE_TCHARSTARTUP_COMMAND = ACE_TEXT("StartupCommand")
 
static const ACE_TCHARWORKING_DIR = ACE_TEXT("WorkingDir")
 
static const ACE_TCHARENVIRONMENT = ACE_TEXT("Environment")
 
static const ACE_TCHARACTIVATION = ACE_TEXT("Activation")
 
static const ACE_TCHARPARTIAL_IOR = ACE_TEXT("Location")
 
static const ACE_TCHARIOR = ACE_TEXT("IOR")
 
static const ACE_TCHARSTART_LIMIT = ACE_TEXT("StartLimit")
 
static const ACE_TCHARACTIVATOR = ACE_TEXT("Activator")
 
static const ACE_TCHARSERVERS_ROOT_KEY = ACE_TEXT("Servers")
 
static const ACE_TCHARACTIVATORS_ROOT_KEY = ACE_TEXT("Activators")
 
static const ACE_TCHARTOKEN = ACE_TEXT("Token")
 
static const ACE_TCHARSERVER_ID = ACE_TEXT("ServerId")
 
static const ACE_TCHARJACORB_SERVER = ACE_TEXT("JacORBServer")
 
static const ACE_TCHARALTKEY = ACE_TEXT("AltKey")
 
static const ACE_TCHARPOA = ACE_TEXT("POA")
 
static const ACE_TCHARPEERS = ACE_TEXT("Peers")
 
static const ACE_TCHARCONFIG_PID = ACE_TEXT("Pid")
 

Function Documentation

◆ get_key()

static int get_key ( ACE_Configuration & cfg,
const ACE_CString & name,
const ACE_TCHAR *const sub_section,
ACE_Configuration_Section_Key & key )
static

Variable Documentation

◆ ACTIVATION

const ACE_TCHAR* ACTIVATION = ACE_TEXT("Activation")
static

◆ ACTIVATOR

const ACE_TCHAR* ACTIVATOR = ACE_TEXT("Activator")
static

◆ ACTIVATORS_ROOT_KEY

const ACE_TCHAR* ACTIVATORS_ROOT_KEY = ACE_TEXT("Activators")
static

◆ ALTKEY

const ACE_TCHAR* ALTKEY = ACE_TEXT("AltKey")
static

◆ CONFIG_PID

const ACE_TCHAR* CONFIG_PID = ACE_TEXT("Pid")
static

◆ ENVIRONMENT

const ACE_TCHAR* ENVIRONMENT = ACE_TEXT("Environment")
static

◆ IOR

const ACE_TCHAR* IOR = ACE_TEXT("IOR")
static

◆ JACORB_SERVER

const ACE_TCHAR* JACORB_SERVER = ACE_TEXT("JacORBServer")
static

◆ PARTIAL_IOR

const ACE_TCHAR* PARTIAL_IOR = ACE_TEXT("Location")
static

◆ PEERS

const ACE_TCHAR* PEERS = ACE_TEXT("Peers")
static

◆ POA

const ACE_TCHAR* POA = ACE_TEXT("POA")
static

◆ SERVER_ID

const ACE_TCHAR* SERVER_ID = ACE_TEXT("ServerId")
static

◆ SERVERS_ROOT_KEY

const ACE_TCHAR* SERVERS_ROOT_KEY = ACE_TEXT("Servers")
static

◆ START_LIMIT

const ACE_TCHAR* START_LIMIT = ACE_TEXT("StartLimit")
static

◆ STARTUP_COMMAND

const ACE_TCHAR* STARTUP_COMMAND = ACE_TEXT("StartupCommand")
static

◆ TOKEN

const ACE_TCHAR* TOKEN = ACE_TEXT("Token")
static

◆ WORKING_DIR

const ACE_TCHAR* WORKING_DIR = ACE_TEXT("WorkingDir")
static