mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-07-08 02:32:46 +08:00
52 lines
5.7 KiB
HTML
52 lines
5.7 KiB
HTML
<div class="header">
|
||
<div class="subTitle">
|
||
org.omg.PortableInterceptor
|
||
</div>
|
||
<h2 class="title" title="Interface ORBInitInfo">Interface ORBInitInfo</h2>
|
||
</div><div class="contentContainer">
|
||
<div class="description">
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<dl>
|
||
<dt>
|
||
All Superinterfaces:
|
||
</dt>
|
||
<dd>
|
||
<span><a href="../../../org/omg/CORBA/portable/IDLEntity.html" title="界面在org.omg.CORBA.portable中">IDLEntity</a> , <a href="../../../org/omg/CORBA/Object.html" title="在org.omg.CORBA中的接口">Object</a> , <a href="../../../org/omg/PortableInterceptor/ORBInitInfoOperations.html" title="在org.omg.PortableInterceptor中的接口">ORBInitInfoOperations</a> , <a href="../../../java/io/Serializable.html" title="java.io中的接口">Serializable</a></span>
|
||
</dd>
|
||
</dl>
|
||
<hr/> <br/> <pre>public interface <span class="typeNameLabel">ORBInitInfo</span>
|
||
extends <a href="../../../org/omg/PortableInterceptor/ORBInitInfoOperations.html" title="interface in org.omg.PortableInterceptor">ORBInitInfoOperations</a>, <a href="../../../org/omg/CORBA/Object.html" title="interface in org.omg.CORBA">Object</a>, <a href="../../../org/omg/CORBA/portable/IDLEntity.html" title="interface in org.omg.CORBA.portable">IDLEntity</a></pre>
|
||
<div class="block">
|
||
<span>传递给每个<code>ORBInitializer</code> ,允许它在ORB初始化时注册拦截器并执行其他任务。</span>
|
||
<p> <span><code>ORBInitInfo</code>对象仅在<code>ORB.init</code>期间有效。</span> <span>如果服务保持一个参考其<code>ORBInitInfo</code>对象,并尝试后使用它<code>ORB.init</code>返回时,对象不再存在,一个<code>OBJECT_NOT_EXIST</code>异常应被抛出。</span> </p>
|
||
</div>
|
||
<dl>
|
||
<dt>
|
||
<span class="seeLabel">另请参见:</span>
|
||
</dt>
|
||
<dd>
|
||
<span><a href="../../../org/omg/PortableInterceptor/ORBInitializer.html" title="在org.omg.PortableInterceptor中的接口"><code>ORBInitializer</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>
|
||
<ul class="blockList">
|
||
<li class="blockList"><a name="methods.inherited.from.class.org.omg.PortableInterceptor.ORBInitInfoOperations">
|
||
<!-- --> </a> <h3>Methods inherited from interface org.omg.PortableInterceptor.<a href="../../../org/omg/PortableInterceptor/ORBInitInfoOperations.html" title="interface in org.omg.PortableInterceptor">ORBInitInfoOperations</a></h3> <code><a href="../../../org/omg/PortableInterceptor/ORBInitInfoOperations.html#add_client_request_interceptor-org.omg.PortableInterceptor.ClientRequestInterceptor-">add_client_request_interceptor</a>, <a href="../../../org/omg/PortableInterceptor/ORBInitInfoOperations.html#add_ior_interceptor-org.omg.PortableInterceptor.IORInterceptor-">add_ior_interceptor</a>, <a href="../../../org/omg/PortableInterceptor/ORBInitInfoOperations.html#add_server_request_interceptor-org.omg.PortableInterceptor.ServerRequestInterceptor-">add_server_request_interceptor</a>, <a href="../../../org/omg/PortableInterceptor/ORBInitInfoOperations.html#allocate_slot_id--">allocate_slot_id</a>, <a href="../../../org/omg/PortableInterceptor/ORBInitInfoOperations.html#arguments--">arguments</a>, <a href="../../../org/omg/PortableInterceptor/ORBInitInfoOperations.html#codec_factory--">codec_factory</a>, <a href="../../../org/omg/PortableInterceptor/ORBInitInfoOperations.html#orb_id--">orb_id</a>, <a href="../../../org/omg/PortableInterceptor/ORBInitInfoOperations.html#register_initial_reference-java.lang.String-org.omg.CORBA.Object-">register_initial_reference</a>, <a href="../../../org/omg/PortableInterceptor/ORBInitInfoOperations.html#register_policy_factory-int-org.omg.PortableInterceptor.PolicyFactory-">register_policy_factory</a>, <a href="../../../org/omg/PortableInterceptor/ORBInitInfoOperations.html#resolve_initial_references-java.lang.String-">resolve_initial_references</a></code></li>
|
||
</ul>
|
||
<ul class="blockList">
|
||
<li class="blockList"><a name="methods.inherited.from.class.org.omg.CORBA.Object">
|
||
<!-- --> </a> <h3>Methods inherited from interface org.omg.CORBA.<a href="../../../org/omg/CORBA/Object.html" title="interface in org.omg.CORBA">Object</a></h3> <code><a href="../../../org/omg/CORBA/Object.html#Z:Z_create_request-org.omg.CORBA.Context-java.lang.String-org.omg.CORBA.NVList-org.omg.CORBA.NamedValue-">_create_request</a>, <a href="../../../org/omg/CORBA/Object.html#Z:Z_create_request-org.omg.CORBA.Context-java.lang.String-org.omg.CORBA.NVList-org.omg.CORBA.NamedValue-org.omg.CORBA.ExceptionList-org.omg.CORBA.ContextList-">_create_request</a>, <a href="../../../org/omg/CORBA/Object.html#Z:Z_duplicate--">_duplicate</a>, <a href="../../../org/omg/CORBA/Object.html#Z:Z_get_domain_managers--">_get_domain_managers</a>, <a href="../../../org/omg/CORBA/Object.html#Z:Z_get_interface_def--">_get_interface_def</a>, <a href="../../../org/omg/CORBA/Object.html#Z:Z_get_policy-int-">_get_policy</a>, <a href="../../../org/omg/CORBA/Object.html#Z:Z_hash-int-">_hash</a>, <a href="../../../org/omg/CORBA/Object.html#Z:Z_is_a-java.lang.String-">_is_a</a>, <a href="../../../org/omg/CORBA/Object.html#Z:Z_is_equivalent-org.omg.CORBA.Object-">_is_equivalent</a>, <a href="../../../org/omg/CORBA/Object.html#Z:Z_non_existent--">_non_existent</a>, <a href="../../../org/omg/CORBA/Object.html#Z:Z_release--">_release</a>, <a href="../../../org/omg/CORBA/Object.html#Z:Z_request-java.lang.String-">_request</a>, <a href="../../../org/omg/CORBA/Object.html#Z:Z_set_policy_override-org.omg.CORBA.Policy:A-org.omg.CORBA.SetOverrideType-">_set_policy_override</a></code></li>
|
||
</ul> </li>
|
||
</ul> </li>
|
||
</ul>
|
||
</div>
|
||
</div> |