#include <Naming_Context.h>
Public Methods | |
ACE_Name_Options (void) | |
~ACE_Name_Options (void) | |
void | parse_args (int argc, ACE_TCHAR *argv[]) |
Parse arguments. More... | |
void | nameserver_port (int port) |
int | nameserver_port (void) |
ACE_Naming_Context::Context_Scope_Type | context (void) |
void | context (ACE_Naming_Context::Context_Scope_Type) |
void | nameserver_host (const ACE_TCHAR *host) |
const ACE_TCHAR * | nameserver_host (void) |
void | namespace_dir (const ACE_TCHAR *dir) |
const ACE_TCHAR * | namespace_dir (void) |
void | process_name (const ACE_TCHAR *dir) |
const ACE_TCHAR * | process_name (void) |
void | database (const ACE_TCHAR *) |
const ACE_TCHAR * | database (void) |
void | base_address (char *address) |
char * | base_address (void) |
int | use_registry (void) |
void | use_registry (int) |
int | debug (void) |
Return debug status. More... | |
int | verbose (void) |
Return verbose status. More... | |
Private Attributes | |
int | debugging_ |
Extra debugging info. More... | |
int | verbosity_ |
Extra verbose messages. More... | |
int | use_registry_ |
Use Win32 Registry. More... | |
int | nameserver_port_ |
Port to connect to nameserver process. More... | |
const ACE_TCHAR * | nameserver_host_ |
Hostname of nameserver. More... | |
ACE_TCHAR * | namespace_dir_ |
Directory to hold name_bindings. More... | |
const ACE_TCHAR * | process_name_ |
Name of this process. More... | |
const ACE_TCHAR * | database_ |
Name of the database that stores the name/value/type bindings. More... | |
char * | base_address_ |
Base address of the underlying allocator. More... | |
ACE_Naming_Context::Context_Scope_Type | context_ |
The context in which the naming database will be created. More... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Return debug status.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Parse arguments.
|
|
|
|
|
|
|
|
|
|
Return verbose status.
|
|
Base address of the underlying allocator.
|
|
The context in which the naming database will be created.
|
|
Name of the database that stores the name/value/type bindings.
|
|
Extra debugging info.
|
|
Hostname of nameserver.
|
|
Port to connect to nameserver process.
|
|
Directory to hold name_bindings.
|
|
Name of this process.
|
|
Use Win32 Registry.
|
|
Extra verbose messages.
|