CIAO
1.0.8
|
typedef::Components::EnterpriseComponent_ptr(* CIAO::ComponentFactory)(void) |
typedef::PortableServer::Servant(* CIAO::ComponentServantFactory)(::Components::EnterpriseComponent_ptr,::CIAO::Session_Container_ptr, const char *) |
typedef TAO_Objref_Out_T< Container > CIAO::Container_out |
typedef Container* CIAO::Container_ptr |
typedef TAO_Objref_Var_T< Container > CIAO::Container_var |
typedef::Components::HomeExecutorBase_ptr(* CIAO::HomeFactory)(void) |
typedef::PortableServer::Servant(* CIAO::HomeServantFactory)(::Components::HomeExecutorBase_ptr p,::CIAO::Session_Container_ptr c, const char *ins_name) |
CIAO_BASE_STUB_Export int CIAO::Client_init | ( | CORBA::ORB_ptr | o | ) |
The initialize routine for any clients that need to access components. This routine now simply registers various valuetype factories defined in CIAO_Component.pidl. Currently, this method should be call right after ORB initialization but we should try to register these stuff automatically.
const char* CIAO::kind_as_string | ( | const ::Deployment::CCMComponentPortKind & | kind | ) |
CIAO_BASE_STUB_Export int CIAO::Server_init | ( | CORBA::ORB_ptr | o | ) |
The initialize routine for any server that need to access component. This routine now simply registers various valuetype factories defined in CIAO_Component.pidl. Currently, this method should be call right after ORB initialization but we should try to register these stuff automatically.