TAO_Implementation_Repository
2.3.3
|
Register Operation. More...
#include <tao_imr_i.h>
Public Member Functions | |
TAO_IMR_Op_Register (bool is_add) | |
virtual int | parse (int argc, ACE_TCHAR **argv) |
Parse arguments. More... | |
virtual int | run (void) |
Do the work. More... | |
Public Member Functions inherited from TAO_IMR_Op | |
virtual | ~TAO_IMR_Op (void) |
Destructor. More... | |
void | set_imr (ImplementationRepository::Administration_ptr imr) |
Sets the implrepo locator pointer. More... | |
Protected Member Functions | |
void | addenv (ACE_TCHAR *opt) |
Sets one environment variable. More... | |
void | print_usage (void) |
Prints a message about the usage. More... | |
Protected Member Functions inherited from TAO_IMR_Op | |
TAO_IMR_Op (void) | |
void | display_server_information (const ImplementationRepository::ServerInformation &info) |
Prints out the information contained in a ServerInformation structure. More... | |
Protected Attributes | |
bool | is_add_ |
Enables pre-registration checks. More... | |
ACE_CString | server_name_ |
POA server name. More... | |
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_ |
Protected Attributes inherited from TAO_IMR_Op | |
ImplementationRepository::Administration_ptr | imr_ |
Reference to our implementation repository. More... | |
bool | quiet_ |
Additional Inherited Members | |
Public Types inherited from TAO_IMR_Op | |
enum | RETURN_CODES { NORMAL = 0, UNKNOWN, NO_PERMISSION, ALREADY_REGISTERED, CANNOT_ACTIVATE, NOT_FOUND, CANNOT_COMPLETE } |
Static Public Member Functions inherited from TAO_IMR_Op | |
static TAO_IMR_Op * | make_op (const ACE_TCHAR *op_name) |
Factory. More... | |
Register Operation.
Register is used to update/add information for a server with the IMR.
TAO_IMR_Op_Register::TAO_IMR_Op_Register | ( | bool | is_add | ) |
|
protected |
Sets one environment variable.
|
virtual |
|
protected |
Prints a message about the usage.
|
virtual |
Do the work.
Implements TAO_IMR_Op.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Enables pre-registration checks.
|
protected |
|
protected |
POA server name.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |