|
Static Public Member Functions |
BACI_CORBA * | getInstance () |
BACI_CORBA * | createInstance (CORBA::ORB_ptr orb_m, PortableServer::POAManager_ptr poaManager, PortableServer::POA_ptr poaRoot_m, PortableServer::POA_ptr poaPersistent_m, PortableServer::POA_ptr poaTransient_m) |
void | destroyInstance () |
CORBA::ORB_ptr | getORB () |
PortableServer::POAManager_ptr | getPOAManager () |
PortableServer::POA_ptr | getPOARoot () |
PortableServer::POA_ptr | getPOA () |
CORBA::Object_ptr | ActivateCORBAObject (PortableServer::Servant srvnt, const ACE_CString &id) |
CORBA::Object_ptr | ActivateCORBAObject (PortableServer::Servant srvnt, const char *id) |
template<class T> T * | ActivateTransientCORBAObject (PortableServer::Servant servant) |
bool | DestroyCORBAObject (CORBA::Object_ptr obj) |
bool | DestroyCORBAObject (PortableServer::Servant srvnt) |
bool | DestroyTransientCORBAObject (CORBA::Object_ptr obj) |
bool | DestroyTransientCORBAObject (PortableServer::Servant srvnt) |
bool | InitCORBA (int argc, char *argv[]) |
bool | DoneCORBA () |
Protected Member Functions |
| BACI_CORBA (CORBA::ORB_ptr orb_m, PortableServer::POAManager_ptr poaManager, PortableServer::POA_ptr poaRoot_m, PortableServer::POA_ptr poaPersistent_m, PortableServer::POA_ptr poaTransient_m) |
| ~BACI_CORBA () |
| Destructor.
|
Private Member Functions |
void | operator= (const BACI_CORBA &) |
| BACI_CORBA (const BACI_CORBA &) |
Private Attributes |
PortableServer::POAManager_var | poaManager_m |
PortableServer::POA_var | poaRoot_m |
PortableServer::POA_var | poaPersistent_m |
PortableServer::POA_var | poaTransient_m |
CORBA::ORB_var | orb_m |
Static Private Attributes |
BACI_CORBA * | instance_mp |