uTools-Manuals/docs/java/org/omg/SendingContext/package-summary.html

64 lines
3.3 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="header">
<h1 class="title" title="Package">Package org.omg.SendingContext</h1>
<div class="docSummary">
<div class="block">
为组合值类型提供支持。
</div>
</div>
<p>See: <a href="#package.description">描述</a></p>
</div><div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" class="typeSummary" summary="Interface Summary table, listing interfaces, and an explanation">
<caption>
<span>接口摘要</span>
<span class="tabEnd"> </span>
</caption>
<tbody>
<tr>
<th class="colFirst" scope="col">接口</th>
<th class="colLast" scope="col">描述</th>
</tr>
</tbody>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/omg/SendingContext/RunTime.html" title="interface in org.omg.SendingContext">RunTime</a></td>
<td class="colLast">
<div class="block">
定义表示请求的发送上下文的基类。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/omg/SendingContext/RunTimeOperations.html" title="interface in org.omg.SendingContext">RunTimeOperations</a></td>
<td class="colLast">
<div class="block">
定义表示请求的发送上下文的基类的操作。
</div> </td>
</tr>
</tbody>
</table> </li>
</ul>
<a name="package.description">
<!-- --> </a>
<h2 title="Package org.omg.SendingContext Description">Package org.omg.SendingContext Description</h2>
<div class="block">
<span>为组合值类型提供支持。</span>
<span>值类型编组可能需要访问值类型的实现或关于值类型的元信息。</span>
<span>该信息被发送上下文和使用包含实例的特定服务上下文接收上下文之间传递<code>SendingContext.RunTime</code>接口。</span>
<p> <span>发送上下文可以是调用的客户端或服务器端,具体取决于包含值类型的内容。</span> <span>如果请求包含值类型,则发送上下文是调用的客户端。</span> <span>如果回复包含值类型,则是服务器端。</span> <span>通信对方是接收环境。</span> </p>
<p> <span>编组为服务上下文<code>SendingContext</code>由封装的IOR为<code>SendingContext.RunTime</code>接口。</span> <span><code>RunTime</code>只是一个标记接口,定义为允许将来的可扩展性。</span> <span>目前只有RunTime的一个子<code>RunTime</code>定义: <code>SendingContext.CodeBase</code>接口。</span> <span>接口<code>CodeBase</code>定义了获取关于从发送上下文接收的值类型的代码URL和元信息的操作。</span> </p>
<p> <span>请注意,这些类目前在<code>com.sun.org.omg.SendingContext</code>程序包中定义,而不是在程序包<code>org.omg.SendingContext</code></span> <span>这样做是为了避免将接口存储库的大部分包含在JDK内核中因为接口存储库仍在响应CORBA Components工作的需要而不断发展。</span> </p>
<h3> <span>包装规格</span> </h3>
<p> <span>有关Java [tm] PlatformStandard Edition 6 ORB符合的官方规范支持部分的精确列表请参阅<a href="../CORBA/doc-files/compliance.html">Official Specifications for CORBA support in Java[tm] SE 6</a></span> </p>
<p></p>
</div>
<dl>
<dt>
<span class="simpleTagLabel">从以下版本开始:</span>
</dt>
<dd>
1.3
<br/>
</dd>
</dl>
</div>