63 lines
4.5 KiB
HTML
63 lines
4.5 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="reference" />
|
|
<meta name="DC.Title" content="Transport Independent RPC (TI-RPC) APIs" />
|
|
<meta name="abstract" content="These APIs provide a distributed application development environment by isolating the application from any specific transport feature. This adds ease-of-use to the transports." />
|
|
<meta name="description" content="These APIs provide a distributed application development environment by isolating the application from any specific transport feature. This adds ease-of-use to the transports." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaaxtirpc.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaaxrpcapi.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaaxtopapi.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaaxinterapi.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaaxexpertapi.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaaxothertiapc.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../apifinder/finder.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1999, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1999, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzaaxtirpc2" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Transport Independent RPC (TI-RPC) APIs</title>
|
|
</head>
|
|
<body id="rzaaxtirpc2"><a name="rzaaxtirpc2"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Transport Independent RPC (TI-RPC) APIs</h1>
|
|
<div><p>These APIs provide a distributed application development environment
|
|
by isolating the application from any specific transport feature. This adds
|
|
ease-of-use to the transports.</p>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="rzaaxrpcapi.htm">TI-RPC simplified APIs</a></strong><br />
|
|
These simplified APIs specify the type of transport to use. Applications using this level do not have to explicitly create handles.</li>
|
|
<li class="ulchildlink"><strong><a href="rzaaxtopapi.htm">TI-RPC top-level APIs</a></strong><br />
|
|
These APIs allow the application to specify the type of transport.</li>
|
|
<li class="ulchildlink"><strong><a href="rzaaxinterapi.htm">TI-RPC intermediate-level APIs</a></strong><br />
|
|
These APIs are similar to the top-level APIs, but the user applications select the transport specific information using network selection APIs.</li>
|
|
<li class="ulchildlink"><strong><a href="rzaaxexpertapi.htm">TI-RPC expert-level APIs</a></strong><br />
|
|
These APIs allow the application to select which transport to use. They also offer an increased level of control over the details of the CLIENT and SVCXPRT handles. These APIs are similar to the intermediate-level APIs with an additional control that is provided by using the name-to-address translation APIs.</li>
|
|
<li class="ulchildlink"><strong><a href="rzaaxothertiapc.htm">Other TI-RPC APIs</a></strong><br />
|
|
These APIs allow the various applications to work in coordination with the simplified, top-level, intermediate-level, and expert-level APIs.</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaaxtirpc.htm" title="Developed by Sun Microsystems, remote procedure call (RPC) easily separates and distributes client applications from a server mechanism.">Transport-independent remote procedure call</a></div>
|
|
</div>
|
|
<div class="relinfo"><strong>Related information</strong><br />
|
|
<div><a href="../apifinder/finder.htm">API finder</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |