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