Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 51adff6dc4cce5d695a2dcdb26f1a3d7 > files > 313

libomniorb3-devel-3.04-4mdk.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
            "http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD><TITLE></TITLE>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<META name="GENERATOR" content="hevea 1.05">
</HEAD>
<BODY >
<!--HEVEA command line is: hevea omniORBpy -->
<!--HACHA command line is: hacha omniORBpy.html -->
<BR>
<BR>

<BR>
<BR>
<DIV ALIGN=center><BR>
<BR>
 <FONT SIZE=7>The omniORBpy version 1.3<BR>User's Guide
</FONT><BR>
<BR>
 <FONT SIZE=5>Duncan Grisby<BR></FONT><FONT SIZE=3>(</FONT><FONT SIZE=3><I>email: </I></FONT><A HREF="mailto:dgrisby@uk.research.att.com"><FONT SIZE=3><I>dgrisby@uk.research.att.com</I></FONT></A><FONT SIZE=3>)</FONT><FONT SIZE=5><BR>AT&amp;T Laboratories Cambridge<BR></FONT><BR>
<BR>
August 2000
</DIV><BR>
<FONT SIZE=5><B>Changes and Additions, August 2000</B></FONT>
<UL>
<LI>
 New <TT>omniORB.maxTcpConnectionPerServer</TT> function.
</UL><FONT SIZE=5><B>Changes and Additions, August 2000</B></FONT>
<UL>
<LI>
 New <TT>omniORB.LOCATION_FORWARD</TT> exception.

<LI> New <TT>omniORB.traceLevel()</TT> function.
</UL><FONT SIZE=5><B>Changes and Additions, June 2000</B></FONT>
<UL>
<LI>
 Brand new manual.
</UL><FONT SIZE=5><B>Contents</B></FONT>
<BR>
<BR>
<UL>
<LI><A HREF="omniORBpy001.html"> Introduction</A>
<UL>
<LI><A HREF="omniORBpy001.html#toc1"> Features</A>
<LI><A HREF="omniORBpy001.html#toc2"> Setting up your environment</A>
</UL>
<LI><A HREF="omniORBpy002.html"> The Basics</A>
<UL>
<LI><A HREF="omniORBpy002.html#toc3"> The Echo example</A>
<LI><A HREF="omniORBpy002.html#toc4"> Generating the Python stubs</A>
<LI><A HREF="omniORBpy002.html#toc5"> Object References and Servants</A>
<LI><A HREF="omniORBpy002.html#toc6"> Example 1 --- Colocated client and servant</A>
<LI><A HREF="omniORBpy002.html#toc7"> Example 2 --- Different Address Spaces</A>
<LI><A HREF="omniORBpy002.html#toc8"> Example 3 --- Using the Naming Service</A>
<LI><A HREF="omniORBpy002.html#toc9"> Global IDL definitions</A>
</UL>
<LI><A HREF="omniORBpy003.html"> Python language mapping issues</A>
<UL>
<LI><A HREF="omniORBpy003.html#toc10"> Narrowing object references</A>
<LI><A HREF="omniORBpy003.html#toc11"> Support for Any values</A>
<LI><A HREF="omniORBpy003.html#toc12"> Interface Repository stubs</A>
<LI><A HREF="omniORBpy003.html#toc13"> Using omniORBpy with omniORB 2.8</A>
</UL>
<LI><A HREF="omniORBpy004.html"> Interoperable Naming Service</A>
<UL>
<LI><A HREF="omniORBpy004.html#toc14"> Object URIs</A>
<LI><A HREF="omniORBpy004.html#toc15"> Configuring resolve_initial_references</A>
<LI><A HREF="omniORBpy004.html#toc16"> omniNames</A>
<LI><A HREF="omniORBpy004.html#toc17"> omniMapper</A>
<LI><A HREF="omniORBpy004.html#toc18"> Creating objects with simple object keys</A>
</UL>
<LI><A HREF="omniORBpy005.html"> The IDL compiler</A>
<UL>
<LI><A HREF="omniORBpy005.html#toc19"> Common options</A>
<LI><A HREF="omniORBpy005.html#toc20"> Python back-end options</A>
<LI><A HREF="omniORBpy005.html#toc21"> Examples</A>
</UL>
<LI><A HREF="omniORBpy006.html"> The omniORBpy API</A>
<UL>
<LI><A HREF="omniORBpy006.html#toc22"> ORB initialisation options</A>
<LI><A HREF="omniORBpy006.html#toc23"> Hostname and port</A>
<LI><A HREF="omniORBpy006.html#toc24"> Run-time Tracing and Diagnostic Messages</A>
<LI><A HREF="omniORBpy006.html#toc25"> Server Name</A>
<LI><A HREF="omniORBpy006.html#toc26"> GIOP Message Size</A>
<LI><A HREF="omniORBpy006.html#toc27"> Object table size</A>
<LI><A HREF="omniORBpy006.html#toc28"> Obsolete Initial Object Reference Bootstrapping</A>
<LI><A HREF="omniORBpy006.html#toc29"> GIOP Lowest Common Denominator Mode</A>
<LI><A HREF="omniORBpy006.html#toc30"> GIOP Requesting Principal field</A>
<LI><A HREF="omniORBpy006.html#toc31"> System Exception Handlers</A>
<LI><A HREF="omniORBpy006.html#toc32"> Location forwarding</A>
<LI><A HREF="omniORBpy006.html#toc33"> Dynamic importing of IDL</A>
</UL>
<LI><A HREF="omniORBpy007.html"> Connection Management</A>
<UL>
<LI><A HREF="omniORBpy007.html#toc34"> Background</A>
<LI><A HREF="omniORBpy007.html#toc35"> The Model</A>
<LI><A HREF="omniORBpy007.html#toc36"> Idle Connection Shutdown and Remote Call Timeout</A>
<LI><A HREF="omniORBpy007.html#toc37"> Interoperability Considerations</A>
<LI><A HREF="omniORBpy007.html#toc38"> Connection Acceptance</A>
</UL>
<LI><A HREF="omniORBpy008.html"> hosts_access(5)</A>
<LI><A HREF="omniORBpy009.html"> References</A>
</UL>
<!--FOOTER-->

<BR>
<BR>


<HR SIZE=2>
<BLOCKQUOTE><EM>This document was translated from L<sup>A</sup>T<sub>E</sub>X by
</EM><A HREF="http://pauillac.inria.fr/~maranget/hevea/index.html"><EM>H</EM><EM><FONT SIZE=2><sup>E</sup></FONT></EM><EM>V</EM><EM><FONT SIZE=2><sup>E</sup></FONT></EM><EM>A and H</EM><EM><FONT SIZE=2><sup>A</sup></FONT></EM><EM>C</EM><EM><FONT SIZE=2><sup>H</sup></FONT></EM><EM>A</EM></A><EM>.
</EM></BLOCKQUOTE></BODY>
</HTML>