TAO_Implementation_Repository 4.0.3
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
TAO_IMR_Op_List Class Reference

List Operation. More...

#include <tao_imr_i.h>

Inheritance diagram for TAO_IMR_Op_List:
Inheritance graph
[legend]
Collaboration diagram for TAO_IMR_Op_List:
Collaboration graph
[legend]

Public Member Functions

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

Protected Member Functions

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

Protected Attributes

ACE_CString server_name_
 POA server name.
 
int verbose_server_information_
 If true, more server information is displayed.
 
int list_only_active_servers_
 If true, only show servers that are currently active.
 
CORBA::ULong how_many_
 retrieve no more than this number of entries at a time
 
int terse_
 If true, use minimum formatting.
 
- Protected Attributes inherited from TAO_IMR_Op
ImplementationRepository::Administration_ptr imr_
 Reference to our implementation repository.
 
bool quiet_
 

Additional Inherited Members

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

Detailed Description

List Operation.

List is used to either list all the servers registered in the IMR or just look at one of them.

Constructor & Destructor Documentation

◆ TAO_IMR_Op_List()

TAO_IMR_Op_List::TAO_IMR_Op_List ( )

Member Function Documentation

◆ display_server_information()

void TAO_IMR_Op_List::display_server_information ( const ImplementationRepository::ServerInformation & info)
protected

Prints out the information contained in a ServerInformation structure. Specialized to only print server information

◆ parse()

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

Parse arguments.

Implements TAO_IMR_Op.

◆ print_usage()

void TAO_IMR_Op_List::print_usage ( )
protected

Prints a message about the usage.

◆ run()

int TAO_IMR_Op_List::run ( )
virtual

Do the work.

Implements TAO_IMR_Op.

Member Data Documentation

◆ how_many_

CORBA::ULong TAO_IMR_Op_List::how_many_
protected

retrieve no more than this number of entries at a time

◆ list_only_active_servers_

int TAO_IMR_Op_List::list_only_active_servers_
protected

If true, only show servers that are currently active.

◆ server_name_

ACE_CString TAO_IMR_Op_List::server_name_
protected

POA server name.

◆ terse_

int TAO_IMR_Op_List::terse_
protected

If true, use minimum formatting.

◆ verbose_server_information_

int TAO_IMR_Op_List::verbose_server_information_
protected

If true, more server information is displayed.


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