uTools-Manuals/docs/java/javax/rmi/CORBA/PortableRemoteObjectDelegate.html

186 lines
9.8 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">
javax.rmi.CORBA
</div>
<h2 class="title" title="Interface PortableRemoteObjectDelegate">Interface PortableRemoteObjectDelegate</h2>
</div><div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr/> <br/> <pre>public interface <span class="typeNameLabel">PortableRemoteObjectDelegate</span></pre>
<div class="block">
<span>支持<code>PortableRemoteObject</code>中方法实现的<a href="../../../javax/rmi/PortableRemoteObject.html" title="javax.rmi中的类">委派</a></span>
<span>委托是实现此接口的类的单例实例并为javax.rmi.PortableRemoteObject的所有方法提供了替换<code>javax.rmi.PortableRemoteObject</code></span>
<span>通过提供委托人的类名作为<code>javax.rmi.CORBA.PortableRemoteObjectClass</code>系统属性的值来启用代表。</span>
</div>
<dl>
<dt>
<span class="seeLabel">另请参见:</span>
</dt>
<dd>
<span><a href="../../../javax/rmi/PortableRemoteObject.html" title="javax.rmi中的类"><code>PortableRemoteObject</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>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/rmi/CORBA/PortableRemoteObjectDelegate.html#connect-java.rmi.Remote-java.rmi.Remote-">connect</a></span>(<a href="../../../java/rmi/Remote.html" title="interface in java.rmi">Remote</a> target, <a href="../../../java/rmi/Remote.html" title="interface in java.rmi">Remote</a> source)</code>
<div class="block">
代表团要求
<a href="../../../javax/rmi/PortableRemoteObject.html#connect-java.rmi.Remote-java.rmi.Remote-"><code>PortableRemoteObject.connect(java.rmi.Remote, java.rmi.Remote)</code></a>
</div> </td>
</tr>
<tr class="rowColor" id="i1">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/rmi/CORBA/PortableRemoteObjectDelegate.html#exportObject-java.rmi.Remote-">exportObject</a></span>(<a href="../../../java/rmi/Remote.html" title="interface in java.rmi">Remote</a> obj)</code>
<div class="block">
代表团要求
<a href="../../../javax/rmi/PortableRemoteObject.html#exportObject-java.rmi.Remote-"><code>PortableRemoteObject.exportObject(java.rmi.Remote)</code></a>
</div> </td>
</tr>
<tr class="altColor" id="i2">
<td class="colFirst"><code><a href="../../../java/lang/Object.html" title="class in java.lang">Object</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/rmi/CORBA/PortableRemoteObjectDelegate.html#narrow-java.lang.Object-java.lang.Class-">narrow</a></span>(<a href="../../../java/lang/Object.html" title="class in java.lang">Object</a> narrowFrom, <a href="../../../java/lang/Class.html" title="class in java.lang"></a> narrowTo)</code>
<div class="block">
代表团要求
<a href="../../../javax/rmi/PortableRemoteObject.html#narrow-java.lang.Object-java.lang.Class-"><code>PortableRemoteObject.narrow(java.lang.Object, java.lang.Class)</code></a>
</div> </td>
</tr>
<tr class="rowColor" id="i3">
<td class="colFirst"><code><a href="../../../java/rmi/Remote.html" title="interface in java.rmi">Remote</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/rmi/CORBA/PortableRemoteObjectDelegate.html#toStub-java.rmi.Remote-">toStub</a></span>(<a href="../../../java/rmi/Remote.html" title="interface in java.rmi">Remote</a> obj)</code>
<div class="block">
代表团要求
<a href="../../../javax/rmi/PortableRemoteObject.html#toStub-java.rmi.Remote-"><code>PortableRemoteObject.toStub(java.rmi.Remote)</code></a>
</div> </td>
</tr>
<tr class="altColor" id="i4">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/rmi/CORBA/PortableRemoteObjectDelegate.html#unexportObject-java.rmi.Remote-">unexportObject</a></span>(<a href="../../../java/rmi/Remote.html" title="interface in java.rmi">Remote</a> obj)</code>
<div class="block">
代表团要求
<a href="../../../javax/rmi/PortableRemoteObject.html#unexportObject-java.rmi.Remote-"><code>PortableRemoteObject.unexportObject(java.rmi.Remote)</code></a>
</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="exportObject-java.rmi.Remote-">
<!-- --> </a>
<ul class="blockList">
<li class="blockList"> <h4>exportObject</h4> <pre>void exportObject(<a href="../../../java/rmi/Remote.html" title="interface in java.rmi">Remote</a> obj)
throws <a href="../../../java/rmi/RemoteException.html" title="class in java.rmi">RemoteException</a></pre>
<div class="block">
代表团呼吁
<a href="../../../javax/rmi/PortableRemoteObject.html#exportObject-java.rmi.Remote-"><code>PortableRemoteObject.exportObject(java.rmi.Remote)</code></a>
</div>
<dl>
<dt>
<span class="throwsLabel">异常</span>
</dt>
<dd>
<code><a href="../../../java/rmi/RemoteException.html" title="class in java.rmi">RemoteException</a></code>
</dd>
</dl> </li>
</ul> <a name="toStub-java.rmi.Remote-">
<!-- --> </a>
<ul class="blockList">
<li class="blockList"> <h4>toStub</h4> <pre><a href="../../../java/rmi/Remote.html" title="interface in java.rmi">Remote</a> toStub(<a href="../../../java/rmi/Remote.html" title="interface in java.rmi">Remote</a> obj)
throws <a href="../../../java/rmi/NoSuchObjectException.html" title="class in java.rmi">NoSuchObjectException</a></pre>
<div class="block">
代表团要求
<a href="../../../javax/rmi/PortableRemoteObject.html#toStub-java.rmi.Remote-"><code>PortableRemoteObject.toStub(java.rmi.Remote)</code></a>
</div>
<dl>
<dt>
<span class="throwsLabel">异常</span>
</dt>
<dd>
<code><a href="../../../java/rmi/NoSuchObjectException.html" title="class in java.rmi">NoSuchObjectException</a></code>
</dd>
</dl> </li>
</ul> <a name="unexportObject-java.rmi.Remote-">
<!-- --> </a>
<ul class="blockList">
<li class="blockList"> <h4>unexportObject</h4> <pre>void unexportObject(<a href="../../../java/rmi/Remote.html" title="interface in java.rmi">Remote</a> obj)
throws <a href="../../../java/rmi/NoSuchObjectException.html" title="class in java.rmi">NoSuchObjectException</a></pre>
<div class="block">
代表团要求
<a href="../../../javax/rmi/PortableRemoteObject.html#unexportObject-java.rmi.Remote-"><code>PortableRemoteObject.unexportObject(java.rmi.Remote)</code></a>
</div>
<dl>
<dt>
<span class="throwsLabel">异常</span>
</dt>
<dd>
<code><a href="../../../java/rmi/NoSuchObjectException.html" title="class in java.rmi">NoSuchObjectException</a></code>
</dd>
</dl> </li>
</ul> <a name="narrow-java.lang.Object-java.lang.Class-">
<!-- --> </a>
<ul class="blockList">
<li class="blockList"> <h4>narrow</h4> <pre><a href="../../../java/lang/Object.html" title="class in java.lang">Object</a> narrow(<a href="../../../java/lang/Object.html" title="class in java.lang">Object</a> narrowFrom,
<a href="../../../java/lang/Class.html" title="class in java.lang"></a> narrowTo)
throws <a href="../../../java/lang/ClassCastException.html" title="class in java.lang">ClassCastException</a></pre>
<div class="block">
代表团要求
<a href="../../../javax/rmi/PortableRemoteObject.html#narrow-java.lang.Object-java.lang.Class-"><code>PortableRemoteObject.narrow(java.lang.Object, java.lang.Class)</code></a>
</div>
<dl>
<dt>
<span class="throwsLabel">异常</span>
</dt>
<dd>
<code><a href="../../../java/lang/ClassCastException.html" title="class in java.lang">ClassCastException</a></code>
</dd>
</dl> </li>
</ul> <a name="connect-java.rmi.Remote-java.rmi.Remote-">
<!-- --> </a>
<ul class="blockListLast">
<li class="blockList"> <h4>connect</h4> <pre>void connect(<a href="../../../java/rmi/Remote.html" title="interface in java.rmi">Remote</a> target,
<a href="../../../java/rmi/Remote.html" title="interface in java.rmi">Remote</a> source)
throws <a href="../../../java/rmi/RemoteException.html" title="class in java.rmi">RemoteException</a></pre>
<div class="block">
代表团要求
<a href="../../../javax/rmi/PortableRemoteObject.html#connect-java.rmi.Remote-java.rmi.Remote-"><code>PortableRemoteObject.connect(java.rmi.Remote, java.rmi.Remote)</code></a>
</div>
<dl>
<dt>
<span class="throwsLabel">异常</span>
</dt>
<dd>
<code><a href="../../../java/rmi/RemoteException.html" title="class in java.rmi">RemoteException</a></code>
</dd>
</dl> </li>
</ul> </li>
</ul> </li>
</ul>
</div>
</div>