#include <tao_imr_i.h>
Inheritance diagram for TAO_IMR_Op:
Public Types | |
enum | RETURN_CODES { NORMAL = 0, UNKNOWN, NO_PERMISSION, ALREADY_REGISTERED, CANNOT_ACTIVATE, NOT_FOUND } |
Public Methods | |
virtual | ~TAO_IMR_Op (void) |
Destructor. | |
virtual int | parse (int argc, ACE_TCHAR **argv)=0 |
Parse arguments. | |
virtual int | run (void)=0 |
Do the work. | |
void | set_imr_locator (ImplementationRepository::Locator_ptr imr) |
Sets the implrepo locator pointer. | |
Static Public Methods | |
TAO_IMR_Op * | make_op (const ACE_TCHAR *op_name) |
Factory. | |
Protected Methods | |
void | display_server_information (const ImplementationRepository::ServerInformation &info) |
Prints out the information contained in a ServerInformation structure. | |
Protected Attributes | |
ImplementationRepository::Locator_ptr | imr_locator_ |
Reference to our implementation repository. |
Provides a base class with virtual methods for each operation strategy.
|
|
|
Destructor.
|
|
Prints out the information contained in a ServerInformation structure.
Reimplemented in TAO_IMR_Op_List. |
|
Factory.
|
|
Parse arguments.
Implemented in TAO_IMR_Op_Activate, TAO_IMR_Op_Add, TAO_IMR_Op_Autostart, TAO_IMR_Op_IOR, TAO_IMR_Op_List, TAO_IMR_Op_Remove, TAO_IMR_Op_Shutdown, and TAO_IMR_Op_Update. |
|
Do the work.
Implemented in TAO_IMR_Op_Activate, TAO_IMR_Op_Add, TAO_IMR_Op_Autostart, TAO_IMR_Op_IOR, TAO_IMR_Op_List, TAO_IMR_Op_Remove, TAO_IMR_Op_Shutdown, and TAO_IMR_Op_Update. |
|
Sets the implrepo locator pointer.
|
|
Reference to our implementation repository.
|