TAO_Implementation_Repository
2.2.0
|
IMR Operation Base Class. More...
#include <tao_imr_i.h>
Public Types | |
enum | RETURN_CODES { NORMAL = 0, UNKNOWN, NO_PERMISSION, ALREADY_REGISTERED, CANNOT_ACTIVATE, NOT_FOUND } |
Public Member Functions | |
virtual | ~TAO_IMR_Op (void) |
Destructor. More... | |
virtual int | parse (int argc, ACE_TCHAR **argv)=0 |
Parse arguments. More... | |
virtual int | run (void)=0 |
Do the work. More... | |
void | set_imr (ImplementationRepository::Administration_ptr imr) |
Sets the implrepo locator pointer. More... | |
Static Public Member Functions | |
static TAO_IMR_Op * | make_op (const ACE_TCHAR *op_name) |
Factory. More... | |
Protected Member Functions | |
void | display_server_information (const ImplementationRepository::ServerInformation &info) |
Prints out the information contained in a ServerInformation structure. More... | |
Protected Attributes | |
ImplementationRepository::Administration_ptr | imr_ |
Reference to our implementation repository. More... | |
IMR Operation Base Class.
Provides a base class with virtual methods for each operation strategy.
|
virtual |
Destructor.
|
protected |
Prints out the information contained in a ServerInformation structure.
|
static |
Factory.
|
pure virtual |
Parse arguments.
Implemented in TAO_IMR_Op_Register, TAO_IMR_Op_ShutdownRepo, TAO_IMR_Op_Shutdown, TAO_IMR_Op_Remove, TAO_IMR_Op_List, TAO_IMR_Op_IOR, TAO_IMR_Op_Autostart, and TAO_IMR_Op_Activate.
|
pure virtual |
Do the work.
Implemented in TAO_IMR_Op_Register, TAO_IMR_Op_ShutdownRepo, TAO_IMR_Op_Shutdown, TAO_IMR_Op_Remove, TAO_IMR_Op_List, TAO_IMR_Op_IOR, TAO_IMR_Op_Autostart, and TAO_IMR_Op_Activate.
void TAO_IMR_Op::set_imr | ( | ImplementationRepository::Administration_ptr | imr | ) |
Sets the implrepo locator pointer.
|
protected |
Reference to our implementation repository.