4.6.4 INS Initialization Operations
To use the INS bootstrapping mechanism, applications programmers must observe the following requirements:
- Oracle Tuxedo CORBA IIOP clients that want to use the INS initial reference mechanism must now call
ORB::resolve_initial_references
function, instead of theTobj_Bootstrap::resolve_initial_references
function. For a syntactical description ofORB::resolve_initial_references
, see “CORBA::ORB::resolve_initial_references”.Note:
TheTobj_Bootstrap
API is still supported and its behavior has not changed. - Oracle Tuxedo CORBA IIOP clients using the INS initial reference mechanism should use the
ORB::list_initial_services
function instead of theTobj_Bootstrap::list_initial_services
function. For a syntactical description ofORB::list_initial_services
, see “CORBA::ORB::list_initial_services”.
Parent topic: Interoperable Naming Service Bootstrapping Mechanism