#include <tao_imr_i.h>
Inheritance diagram for TAO_IMR_Op_Remove:
Public Methods | |
virtual int | parse (int argc, ACE_TCHAR **argv) |
Parse arguments. | |
virtual int | run (void) |
Do the work. | |
Protected Methods | |
void | print_usage (void) |
Prints a message about the usage. | |
Protected Attributes | |
ACE_CString | server_name_ |
POA server name. | |
ACE_CString | activator_ |
Hostname where the activator is running. |
Remove is used to unregister a server in the IMR.
|
Parse arguments.
Implements TAO_IMR_Op. |
|
Prints a message about the usage.
|
|
Do the work.
Implements TAO_IMR_Op. |
|
Hostname where the activator is running.
|
|
POA server name.
|