#include <tao_imr_i.h>
Inheritance diagram for TAO_IMR_Op_Update:
Public Member Functions | |
TAO_IMR_Op_Update (void) | |
virtual int | parse (int argc, ACE_TCHAR **argv) |
virtual int | run (void) |
Do the work. | |
Protected Member Functions | |
void | addenv (ACE_TCHAR *opt) |
Sets one environment variable. | |
void | print_usage (void) |
Prints a message about the usage. | |
Protected Attributes | |
ACE_CString | server_name_ |
POA server name. | |
bool | set_command_line_ |
ACE_CString | command_line_ |
bool | set_environment_vars_ |
ImplementationRepository::EnvironmentList | environment_vars_ |
bool | set_working_dir_ |
ACE_CString | working_dir_ |
bool | set_activation_ |
ImplementationRepository::ActivationMode | activation_ |
bool | set_retry_count_ |
int | retry_count_ |
bool | set_activator_ |
ACE_CString | activator_ |
Update is used to update the information for a server registered with the IMR.
|
|
|
Sets one environment variable.
|
|
hostname of the activator Implements TAO_IMR_Op. |
|
Prints a message about the usage.
|
|
Do the work.
Implements TAO_IMR_Op. |
|
|
|
|
|
|
|
|
|
|
|
POA server name.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|