#include <tao_imr_i.h>
Inheritance diagram for TAO_IMR_Op_Add
Public Methods | |
TAO_IMR_Op_Add (void) | |
~TAO_IMR_Op_Add (void) | |
virtual int | parse (int argc, ACE_TCHAR **argv) |
Parse arguments. | |
virtual int | run (void) |
Do the work. | |
Protected Methods | |
void | setenv (ACE_TCHAR *optarg) |
Sets one of the environment variables. | |
void | print_usage (void) |
Prints a message about the usage. | |
Protected Attributes | |
ACE_TString | server_name_ |
POA server name. | |
ACE_TString | command_line_ |
Command line. | |
ImplementationRepository::EnvironmentList | environment_vars_ |
Environment Variables. | |
ACE_TString | working_dir_ |
Working directory. | |
ImplementationRepository::ActivationMode | activation_ |
Activation mode (0 = NORMAL, 1 = MANUAL, 2 = PER_CLIENT, 3 = AUTO_START). |
Add is used to register information about a server with the IMR.
|
|
|
|
|
Parse arguments.
Reimplemented from TAO_IMR_Op. |
|
Prints a message about the usage.
|
|
Do the work.
Reimplemented from TAO_IMR_Op. |
|
Sets one of the environment variables.
|
|
Activation mode (0 = NORMAL, 1 = MANUAL, 2 = PER_CLIENT, 3 = AUTO_START).
|
|
Command line.
|
|
Environment Variables.
|
|
POA server name.
|
|
Working directory.
|