#include <RockFactory_i.h>
Public Member Functions | |
| RockFactory_i (RockManager_i *rmgr, CORBA::ORB_var lorb) | |
| creates RockFactory_i object | |
| virtual | ~RockFactory_i () |
| delete implementation object | |
| rock::dRock_ptr | spawnRock (const common::ClientData &cd) |
| spawns and returns transient dRock_ptr | |
| rock::dRock_ptr | spawnRockProcess (const common::ClientData &cd) |
| same as spawnRock() but launches in new process | |
Public Attributes | |
| int | verbose |
| prints detailed progress listing when true | |
Private Attributes | |
| RockManager_i * | rockmgr |
| RockManager process associated with this factory. | |
| CORBA::ORB_var | orb |
| object request broker for this class | |
Factory object for spawning dRock CORBA objects
Definition at line 14 of file RockFactory_i.h.
1.7.1