TAO_Implementation_Repository  2.1.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
TAO_IMR_Op_IOR Class Reference

IOR Operation. More...

#include <tao_imr_i.h>

Inheritance diagram for TAO_IMR_Op_IOR:
Inheritance graph
Collaboration diagram for TAO_IMR_Op_IOR:
Collaboration graph

Public Member Functions

virtual int parse (int argc, ACE_TCHAR **argv)
 Parse arguments. More...
 
virtual int run (void)
 Do the work. More...
 
- Public Member Functions inherited from TAO_IMR_Op
virtual ~TAO_IMR_Op (void)
 Destructor. More...
 
void set_imr (ImplementationRepository::Administration_ptr imr)
 Sets the implrepo locator pointer. More...
 

Protected Member Functions

void print_usage (void)
 Prints a message about the usage. More...
 
- Protected Member Functions inherited from TAO_IMR_Op
void display_server_information (const ImplementationRepository::ServerInformation &info)
 Prints out the information contained in a ServerInformation structure. More...
 

Protected Attributes

ACE_CString server_name_
 POA server name. More...
 
ACE_TString filename_
 Filename to output to. More...
 
- Protected Attributes inherited from TAO_IMR_Op
ImplementationRepository::Administration_ptr imr_
 Reference to our implementation repository. More...
 

Additional Inherited Members

- Public Types inherited from TAO_IMR_Op
enum  RETURN_CODES {
  NORMAL = 0, UNKNOWN, NO_PERMISSION, ALREADY_REGISTERED,
  CANNOT_ACTIVATE, NOT_FOUND
}
 
- Static Public Member Functions inherited from TAO_IMR_Op
static TAO_IMR_Opmake_op (const ACE_TCHAR *op_name)
 Factory. More...
 

Detailed Description

IOR Operation.

IOR is used to create a simple IOR for a server that uses the IMR and the Interoperable Naming Service.

Member Function Documentation

int TAO_IMR_Op_IOR::parse ( int  argc,
ACE_TCHAR **  argv 
)
virtual

Parse arguments.

Implements TAO_IMR_Op.

void TAO_IMR_Op_IOR::print_usage ( void  )
protected

Prints a message about the usage.

int TAO_IMR_Op_IOR::run ( void  )
virtual

Do the work.

Implements TAO_IMR_Op.

Member Data Documentation

ACE_TString TAO_IMR_Op_IOR::filename_
protected

Filename to output to.

ACE_CString TAO_IMR_Op_IOR::server_name_
protected

POA server name.


The documentation for this class was generated from the following files: