uTools-Manuals/docs/java/org/omg/CORBA/IRObjectOperations.html

131 lines
5.6 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">
<div class="subTitle">
org.omg.CORBA
</div>
<h2 class="title" title="Interface IRObjectOperations">Interface IRObjectOperations</h2>
</div><div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>
All Known Subinterfaces:
</dt>
<dd>
<span><a href="../../../org/omg/CORBA/IDLType.html" title="在org.omg.CORBA中的接口">IDLType</a> <a href="../../../org/omg/CORBA/IDLTypeOperations.html" title="在org.omg.CORBA中的接口">IDLTypeOperations</a> <a href="../../../org/omg/CORBA/IRObject.html" title="在org.omg.CORBA中的接口">IRObject</a></span>
</dd>
</dl>
<dl>
<dt>
所有已知实现类:
</dt>
<dd>
<span><a href="../../../org/omg/CORBA/_IDLTypeStub.html" title="在org.omg.CORBA中的类">_IDLTypeStub</a></span>
</dd>
</dl>
<hr/> <br/> <pre>public interface <span class="typeNameLabel">IRObjectOperations</span></pre>
<div class="block">
<span>这是IRObject映射的操作<tt>界面</tt></span>
<span>几个接口用作接口存储库IR中对象的基本接口。</span>
<span>这些基本界面不可实例化。</span>
<span>使用一组常用的操作来定位Interface Repository中的对象。</span>
<span>其中一些操作在IRObject中定义。</span>
<span>所有IR对象都继承自IRObject接口它提供了一个用于识别对象的实际类型的操作。</span>
<span>IDL基础接口IRObject代表所有其他Interface Repository接口派生的最通用的接口即使是Repository本身。IR对象的所有java实现都必须实现IRObjectOperations接口。</span>
</div>
<dl>
<dt>
<span class="seeLabel">另请参见:</span>
</dt>
<dd>
<span><a href="../../../org/omg/CORBA/IDLTypeOperations.html" title="在org.omg.CORBA中的接口"><code>IDLTypeOperations</code></a> <a href="../../../org/omg/CORBA/IDLType.html" title="在org.omg.CORBA中的接口"><code>IDLType</code></a> <a href="../../../org/omg/CORBA/IRObject.html" title="在org.omg.CORBA中的接口"><code>IRObject</code></a></span>
</dd>
</dl> </li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- --> </a> <h3>方法摘要</h3>
<table border="0" cellpadding="3" cellspacing="0" class="memberSummary" summary="Method Summary table, listing methods, and an explanation">
<caption>
<span class="activeTableTab" id="t0"><span>所有方法</span><span class="tabEnd"> </span></span>
<span class="tableTab" id="t2"><span><a href="javascript:show(2);">接口方法</a></span><span class="tabEnd"> </span></span>
<span class="tableTab" id="t3"><span><a href="javascript:show(4);">抽象方法</a></span><span class="tabEnd"> </span></span>
</caption>
<tbody>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor" id="i0">
<td class="colFirst"><code><a href="../../../org/omg/CORBA/DefinitionKind.html" title="class in org.omg.CORBA">DefinitionKind</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/omg/CORBA/IRObjectOperations.html#def_kind--">def_kind</a></span>()</code>
<div class="block">
返回
<code>DefinitionKind</code>对应于此接口存储库对象。
</div> </td>
</tr>
<tr class="rowColor" id="i1">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/omg/CORBA/IRObjectOperations.html#destroy--">destroy</a></span>()</code>
<div class="block">
破坏这个对象。
</div> </td>
</tr>
</tbody>
</table> </li>
</ul> </li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- --> </a> <h3>方法详细信息</h3> <a name="def_kind--">
<!-- --> </a>
<ul class="blockList">
<li class="blockList"> <h4>def_kind</h4> <pre><a href="../../../org/omg/CORBA/DefinitionKind.html" title="class in org.omg.CORBA">DefinitionKind</a> def_kind()</pre>
<div class="block">
返回
<code>DefinitionKind</code>对应于此接口存储库对象。
</div>
<dl>
<dt>
<span class="returnLabel">结果</span>
</dt>
<dd>
<code>DefinitionKind</code>对应于此Interface Repository对象。
</dd>
</dl> </li>
</ul> <a name="destroy--">
<!-- --> </a>
<ul class="blockListLast">
<li class="blockList"> <h4>destroy</h4> <pre>void destroy()</pre>
<div class="block">
<span>破坏这个对象。</span>
<span>如果对象是一个容器,则该方法将应用于其所有内容。</span>
<span>如果对象包含匿名类型的IDLType属性那么该IDLType将被销毁。</span>
<span>如果对象当前包含在某个其他对象中,则会被删除。</span>
<span>如果该方法是在一个调用<code>Repository</code>或在<code>PrimitiveDef</code><code>BAD_INV_ORDER</code>引发异常轻微值2.一种企图破坏的对象将离开储存库在非相干状态导致<code>BAD_INV_ORDER</code>例外与次要代码1被升高。</span>
</div>
<dl>
<dt>
<span class="throwsLabel">异常</span>
</dt>
<dd>
<code><a href="../../../org/omg/CORBA/BAD_INV_ORDER.html" title="class in org.omg.CORBA">BAD_INV_ORDER</a></code> - 如果在存储库或
<code>PrimitiveDef</code>上调用此方法,或者如果企图销毁对象将使存储库处于非相干状态
</dd>
</dl> </li>
</ul> </li>
</ul> </li>
</ul>
</div>
</div>