mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-07-08 02:32:46 +08:00
47 lines
7.8 KiB
HTML
47 lines
7.8 KiB
HTML
<div class="header">
|
||
<div class="subTitle">
|
||
org.omg.PortableServer
|
||
</div>
|
||
<h2 class="title" title="Interface POA">Interface POA</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/PortableServer/POAOperations.html" title="org.omg.PortableServer中的接口">POAOperations</a> , <a href="../../../java/io/Serializable.html" title="java.io中的接口">Serializable</a></span>
|
||
</dd>
|
||
</dl>
|
||
<hr/> <br/> <pre>public interface <span class="typeNameLabel">POA</span>
|
||
extends <a href="../../../org/omg/PortableServer/POAOperations.html" title="interface in org.omg.PortableServer">POAOperations</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>POA对象管理对象集合的实现。</span>
|
||
<span>POA支持对象标识的对象的名称空间。</span>
|
||
<span>POA还为POA提供了名称空间。</span>
|
||
<span>POA被创建为现有POA的子代,其形成从根POA开始的层次结构。</span>
|
||
<span>POA对象不能导出到其他进程,也可以使用ORB :: object_to_string进行外部化。</span>
|
||
</div> </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.PortableServer.POAOperations">
|
||
<!-- --> </a> <h3>Methods inherited from interface org.omg.PortableServer.<a href="../../../org/omg/PortableServer/POAOperations.html" title="interface in org.omg.PortableServer">POAOperations</a></h3> <code><a href="../../../org/omg/PortableServer/POAOperations.html#activate_object_with_id-byte:A-org.omg.PortableServer.Servant-">activate_object_with_id</a>, <a href="../../../org/omg/PortableServer/POAOperations.html#activate_object-org.omg.PortableServer.Servant-">activate_object</a>, <a href="../../../org/omg/PortableServer/POAOperations.html#create_id_assignment_policy-org.omg.PortableServer.IdAssignmentPolicyValue-">create_id_assignment_policy</a>, <a href="../../../org/omg/PortableServer/POAOperations.html#create_id_uniqueness_policy-org.omg.PortableServer.IdUniquenessPolicyValue-">create_id_uniqueness_policy</a>, <a href="../../../org/omg/PortableServer/POAOperations.html#create_implicit_activation_policy-org.omg.PortableServer.ImplicitActivationPolicyValue-">create_implicit_activation_policy</a>, <a href="../../../org/omg/PortableServer/POAOperations.html#create_lifespan_policy-org.omg.PortableServer.LifespanPolicyValue-">create_lifespan_policy</a>, <a href="../../../org/omg/PortableServer/POAOperations.html#create_POA-java.lang.String-org.omg.PortableServer.POAManager-org.omg.CORBA.Policy:A-">create_POA</a>, <a href="../../../org/omg/PortableServer/POAOperations.html#create_reference_with_id-byte:A-java.lang.String-">create_reference_with_id</a>, <a href="../../../org/omg/PortableServer/POAOperations.html#create_reference-java.lang.String-">create_reference</a>, <a href="../../../org/omg/PortableServer/POAOperations.html#create_request_processing_policy-org.omg.PortableServer.RequestProcessingPolicyValue-">create_request_processing_policy</a>, <a href="../../../org/omg/PortableServer/POAOperations.html#create_servant_retention_policy-org.omg.PortableServer.ServantRetentionPolicyValue-">create_servant_retention_policy</a>, <a href="../../../org/omg/PortableServer/POAOperations.html#create_thread_policy-org.omg.PortableServer.ThreadPolicyValue-">create_thread_policy</a>, <a href="../../../org/omg/PortableServer/POAOperations.html#deactivate_object-byte:A-">deactivate_object</a>, <a href="../../../org/omg/PortableServer/POAOperations.html#destroy-boolean-boolean-">destroy</a>, <a href="../../../org/omg/PortableServer/POAOperations.html#find_POA-java.lang.String-boolean-">find_POA</a>, <a href="../../../org/omg/PortableServer/POAOperations.html#get_servant_manager--">get_servant_manager</a>, <a href="../../../org/omg/PortableServer/POAOperations.html#get_servant--">get_servant</a>, <a href="../../../org/omg/PortableServer/POAOperations.html#id_to_reference-byte:A-">id_to_reference</a>, <a href="../../../org/omg/PortableServer/POAOperations.html#id_to_servant-byte:A-">id_to_servant</a>, <a href="../../../org/omg/PortableServer/POAOperations.html#id--">id</a>, <a href="../../../org/omg/PortableServer/POAOperations.html#reference_to_id-org.omg.CORBA.Object-">reference_to_id</a>, <a href="../../../org/omg/PortableServer/POAOperations.html#reference_to_servant-org.omg.CORBA.Object-">reference_to_servant</a>, <a href="../../../org/omg/PortableServer/POAOperations.html#servant_to_id-org.omg.PortableServer.Servant-">servant_to_id</a>, <a href="../../../org/omg/PortableServer/POAOperations.html#servant_to_reference-org.omg.PortableServer.Servant-">servant_to_reference</a>, <a href="../../../org/omg/PortableServer/POAOperations.html#set_servant_manager-org.omg.PortableServer.ServantManager-">set_servant_manager</a>, <a href="../../../org/omg/PortableServer/POAOperations.html#set_servant-org.omg.PortableServer.Servant-">set_servant</a>, <a href="../../../org/omg/PortableServer/POAOperations.html#the_activator--">the_activator</a>, <a href="../../../org/omg/PortableServer/POAOperations.html#the_activator-org.omg.PortableServer.AdapterActivator-">the_activator</a>, <a href="../../../org/omg/PortableServer/POAOperations.html#the_children--">the_children</a>, <a href="../../../org/omg/PortableServer/POAOperations.html#the_name--">the_name</a>, <a href="../../../org/omg/PortableServer/POAOperations.html#the_parent--">the_parent</a>, <a href="../../../org/omg/PortableServer/POAOperations.html#the_POAManager--">the_POAManager</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> |