summaryrefslogtreecommitdiff
path: root/ACE/TAO/docs/INS.html
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/docs/INS.html')
-rw-r--r--ACE/TAO/docs/INS.html165
1 files changed, 165 insertions, 0 deletions
diff --git a/ACE/TAO/docs/INS.html b/ACE/TAO/docs/INS.html
new file mode 100644
index 00000000000..f02a55c860e
--- /dev/null
+++ b/ACE/TAO/docs/INS.html
@@ -0,0 +1,165 @@
+ <!-- $Id$ -->
+<HTML>
+
+<HEAD>
+<TITLE>TAO Interoperable Naming Service</TITLE>
+
+<BODY text = "#000000"
+link="#000fff"
+vlink="#ff0f0f"
+bgcolor="#ffffff">
+
+<HR><P>
+<H3>TAO Interoperable Naming Service</H3>
+
+The CORBA <A HREF="http://www.omg.org/cgi-bin/doc?ptc/99-09-01">
+Interoperable Naming Service</A> (INS) service allows the ORB to be configured
+administratively to return object references from
+<CODE>CORBA::ORB::resolve_initial_references</CODE> for non-locality
+constrained objects. The service also introduces the
+<CODE>corbaloc</CODE> and <CODE>corbaname</CODE> IOR formats, which can
+be used to bootstrap services not available at ORB installation time.
+<P>
+
+This document presents an overview of how the above mentioned features are
+implemented in TAO and addresses some common questions. <P>
+
+<HR align=left width=80% ><P>
+<H4>How does <CODE>resolve_initial_references</CODE> work ?</H4><P>
+
+The following is the order of mechanisms checked by <CODE>resolve_initial_references</CODE>
+for locating a service: <P>
+
+<OL>
+<LI><A HREF="#oir">ORBInitRef</A> <br>
+<LI><A HREF="#odir">ORBDefaultInitRef</A> <br>
+<LI>ORB Default Settings <br>
+<LI>Multicast to Service <p>
+</OL>
+
+The Naming Service process acts as an IIOP Agent to respond with the
+IOR for the given service name. If the service being resolved is the
+Naming Service or the Trading Service, TAO checks the appropriate <A
+HREF="Options.html#EV">environment variables</A> prior to using
+multicast to obtain the appropriate port number or IOR.<p>
+
+The following diagram illustrates the order in which these various
+components interact. <P>
+
+<img width=200 height=5 src="space.gif">
+<img width=723 height=529 src="interop-naming.png"><p>
+
+<HR align=left width=80% ><P>
+
+<H4>ORB Parameters Used for Configuration</H4>
+<A NAME="oir"></A>
+<DL>
+<DT> <img alt="o" src="redball.gif">
+<B><FONT COLOR="#000000">-ORBInitRef :</FONT> </B>
+The ORB initial reference argument allows specification of an
+ arbitrary object reference for an initial service. The format is :
+ <p>
+ <CODE>-ORBInitRef [ObjectID]=[ObjectURL]</CODE> <p>
+ Examples of use are: <p>
+ <CODE>-ORBInitRef NameService=IOR:0002342344AB345</CODE> ...<br>
+ <CODE>-ORBInitRef MyServiceID=corbaloc:iiop:tango.cs.wustl.edu:8777/myService </CODE><p>
+
+ This mechanism allows an ORB to be configured with new initial
+ service Object IDs that were not defined when the ORB was
+ installed. The ObjectURL can be any of the URL schemes supported
+ by <CODE>CORBA::ORB::string_to_object</CODE>.<p>
+
+ <A NAME="odir"></A>
+<DT> <img alt="o" src="redball.gif"><B><FONT COLOR="#000000">
+-ORBDefaultInitRef :</FONT></B></LI>
+The ORB default initial reference argument assists in resolution of
+ initial references not explicitly specified with
+ <CODE>-ORBInitRef</CODE>. <CODE>-ORBDefaultInitRef</CODE> requires a URL that, after
+ appending a slash '/' and a stringified object key, forms a new
+ URL to identify an initial object reference. <p>
+ For example: <P>
+ <CODE>-ORBDefaultInitRef
+ corbaloc:iiop:tango.cs.wustl.edu:8989,iiop:merengue.cs.wustl.edu:9999</CODE> <p>
+
+ A call to <CODE>resolve_initial_references ("NameService")</CODE> with this
+ argument results in a new multiple profile URL equivalent to the following: <P>
+ <CODE>corbaloc::tango.cs.wustl.edu:8989/NameService</CODE> <br>
+ <CODE>corbaloc::merengue.cs.wustl.edu:9999/NameService</CODE> <p>
+
+ The URL is passed to <CODE>CORBA::ORB::string_to_object</CODE> to obtain the
+ initial reference for the service.
+</DL>
+
+<HR align=left width=80% ><P>
+
+<H4><A NAME="corbaloc">corbaloc: IOR format</A></H4>
+The <CODE>CORBA::ORB::string_to_object</CODE> parses the <CODE>corbaloc:</CODE>
+format IORs. These are user-friendly multiple end-point IORs. For
+example - <p>
+ <img width=50 height=5 src="space.gif">
+corbaloc:iiop:tango.cs.wustl.edu:9999,iiop:merengue.cs.wustl.edu:9999/SimpleKey <p>
+
+Each of the endpoints can use any transport protocols ex: iiop, rir.
+The corbaloc:rir URL is defined to allow access to the ORB's
+configured initial references through an URL. Each of the end-points
+is converted into a Profile. These profiles are used to construct the
+Multiple Profile Object. This object is then used to construct the
+Object Reference.<p>
+
+The object references constructed using this format have a
+'SimpleKey' in the Object Key field of the IOR. The server side ORB
+intercepts the incoming request, recognizes the Simple Key and
+looks up a table to get the complete IOR. It then raises a
+LOCATION_FORWARD or an OBJECT_NOT_EXIST exception to forward/fail the
+request depending on if a mapping for the given simple key exists. <p>
+
+All default TAO Object keys are preceded by a special sequence of
+octets ^t^a^o/0. This is taken care of by the POA when it generates
+the Object key for the IOR. The sequence is useful for the ORB to
+distinguish a simple key from the usual TAO object key. <p>
+
+The corbaloc::iiop URL also supports the IPv6 decimal address for the
+host field using the same format as for <A HREF="ORBEndpoint.html#IIOP">IIOP endpoint</A> definitions:
+<P><CODE>corbaloc:iiop:1.2@[01ef::1]:123/KeyName</CODE>
+<P>
+TAO only supports IPv6 endpoints in GIOP/IIOP >= 1.2.
+Since the CORBA spec requires (and such is implemented in TAO) that
+by default when no version is specified the version will be 1.0 the
+version has been explicitly set or not the result is that for
+corbalocs the version needs to be explicitly set.<BR>
+If not set the corbaloc parser will report an error for encountering
+an unresolvable hostname.
+
+<HR align=left width=80% ><P>
+
+<H4><A NAME="IORTable">corbaloc: server setup and the IORTable</A></H4>
+<p>
+The key name used in a corbaloc string may be a stringified object ID associated with some POA, or it might be a human-readable hint to be used to look up the fully qualified object reference.
+<p>
+Stringified ObjectIds are most easily generated by using the <code>-ORBObjRefStyle url</code> command line option. However, these are quite cumbersome to work with For example:
+<p><code>corbaloc:iiop:1.2@phil.ociweb.com:32948/%14%01%0f%00RST%a5B%a5Eb%c2%04%00%00%00%00%00%01%00%00%00%01%00%00%00</code>
+<p>The advantage to using such strings is that server applications need no modifications in order to use such IORs. The disadvantage is that there is no way to attach tagged components to profiles presented as corbaloc strings.
+<p>Server applications can get around both of the problem of the unwieldy stringified object ID and the lack of tagged components by using the IOR_Table service. The IORTable service is used inside server applications to associate object key strings with full IORs.
+<p>Programs wishing to use the IOR Table must do the following.
+<ul>
+<li> include the header.
+<p><code>#include "tao/IORTable/IORTable.h"</code>
+<li>get a reference to the table.
+<pre>
+ CORBA::Object_var table_object =
+ orb->resolve_initial_references ("IORTable");
+
+ IORTable::Table_var adapter =
+ IORTable::Table::_narrow (table_object.in ());
+</pre>
+<li>bind object references into the table. IORs are bound as strings.
+<pre>
+ CORBA::String_var ior = orb->object_to_string(myobjref.in());
+ adapter->bind ("MyObj", ior.in());
+</pre>
+</ul>
+
+Since the object references are stored in the IOR table as strings, they do not have to served by this application. References in the table are passed back to the client by raising a LOCATION_FORWARD exception which then uses the full IOR to connect to the actual server.
+
+</BODY>
+</HTML>