fred-mod-corba-1.4.1
|
Configuration structure of corba module. More...
Data Fields | |
int | enabled |
Whether mod_corba is enabled for host. | |
int | ior_cache_enabled |
Whether IOR caching is enabled. | |
const char * | ns_loc |
Location of CORBA nameservice. | |
apr_table_t * | objects |
Names and aliases of managed objects. | |
CORBA_ORB | orb |
Variables needed for corba submodule. |
Configuration structure of corba module.
Whether mod_corba is enabled for host.
Referenced by corba_postconfig_hook(), corba_process_connection(), create_corba_config(), and set_corba().
Whether IOR caching is enabled.
Referenced by corba_process_connection(), create_corba_config(), and set_ior_cache().
const char* corba_conf::ns_loc |
Location of CORBA nameservice.
Referenced by corba_postconfig_hook(), corba_process_connection(), create_corba_config(), ior_cache_fill(), merge_corba_config(), and set_nameservice().
apr_table_t* corba_conf::objects |
Names and aliases of managed objects.
Referenced by corba_postconfig_hook(), corba_process_connection(), create_corba_config(), ior_cache_fill(), merge_corba_config(), and set_object().
CORBA_ORB corba_conf::orb |
Variables needed for corba submodule.
Referenced by corba_postconfig_hook(), corba_process_connection(), and create_corba_config().