#include <tao_imr_i.h>
Inheritance diagram for TAO_IMR_Op_List:
Public Methods | |
TAO_IMR_Op_List (void) | |
~TAO_IMR_Op_List (void) | |
virtual int | parse (int argc, ACE_TCHAR **argv) |
Parse arguments. More... | |
virtual int | run (void) |
Do the work. More... | |
Protected Methods | |
void | print_usage (void) |
Prints a message about the usage. More... | |
void | display_server_information (const ImplementationRepository::ServerInformation &info) |
Prints out the information contained in a ServerInformation structure. Specialized to only print server information. More... | |
Protected Attributes | |
ACE_CString | server_name_ |
POA server name. More... | |
int | verbose_server_information_ |
If true, more server information is displayed. More... |
List is used to either list all the servers registered in the IMR or just look at one of them.
|
|
|
|
|
Prints out the information contained in a ServerInformation structure. Specialized to only print server information.
Reimplemented from TAO_IMR_Op. |
|
Parse arguments.
Reimplemented from TAO_IMR_Op. |
|
Prints a message about the usage.
|
|
Do the work.
Reimplemented from TAO_IMR_Op. |
|
POA server name.
|
|
If true, more server information is displayed.
|