TAO_Implementation_Repository
2.0.8
|
Activation Operation. More...
#include <tao_imr_i.h>
Public Member Functions | |
virtual int | parse (int argc, ACE_TCHAR **argv) |
Parse arguments. | |
virtual int | run (void) |
Do the work. | |
Protected Member Functions | |
void | print_usage (void) |
Prints a message about the usage. | |
Protected Attributes | |
ACE_CString | server_name_ |
POA server name. |
Activation Operation.
Activation is used to start servers via the Implementation Repository
int TAO_IMR_Op_Activate::parse | ( | int | argc, |
ACE_TCHAR ** | argv | ||
) | [virtual] |
Parse arguments.
Implements TAO_IMR_Op.
void TAO_IMR_Op_Activate::print_usage | ( | void | ) | [protected] |
Prints a message about the usage.
int TAO_IMR_Op_Activate::run | ( | void | ) | [virtual] |
Do the work.
Implements TAO_IMR_Op.
ACE_CString TAO_IMR_Op_Activate::server_name_ [protected] |
POA server name.