Main Page | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

PostORBInitCommand Class Reference

#include <InitCommand.h>

List of all members.


Detailed Description

Command to be executed after the ORB is initialized.

An implementation of the Command Pattern used to execute a command during initialization. Use the OrbInit API to add an InitCommand to fire at:


Public Member Functions

virtual bool execute (CORBA::ORB_ptr orb, ConfMap &config_map)=0


Member Function Documentation

virtual bool PostORBInitCommand::execute CORBA::ORB_ptr  orb,
ConfMap config_map
[pure virtual]
 

Called to execute the PostORBInitCommand

Parameters:
orb - The initialized ORB
config_map - The map of command line keys and values
Returns:
True if successful


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