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

InitCommand.h File Reference


Detailed Description

Declares Command Pattern (GoF) types.

Used to execute special, perhaps vendor specific, commands at specific times in the initialization process:

Note:
All InitCommands must be passed to OrbInit as a pointer. The OrbInit assumes the responsiblility for the allocated memory

Commands are stored in vectors in OrbInit. They are fired in the order they are inserted and deleted in the order they were inserted. There is a separate vector for each type listed above. OrbInit provides mutators for adding pointers to InitCommands to each vector.

Author:
Author
knoxy
Version:
Revision
1.5
Date:
Date
2004/08/08 23:32:27

#include "BP_CORBA.h"

Go to the source code of this file.

Classes

class  PreInitCommand
 Command to be executed before the ORB is initialized. More...

class  PostORBInitCommand
 Command to be executed after the ORB is initialized. More...

class  PostInitCommand
 Commands to be executed after the ORB and ROOT POA are initialized. More...