- java.lang.Object
-
- org.omg.CORBA.portable.ObjectImpl
-
- org.omg.CORBA_2_3.portable.ObjectImpl
-
- javax.rmi.CORBA.Stub
-
- org.omg.stub.java.rmi._Remote_Stub
-
- All Implemented Interfaces:
-
Serializable
,Remote
,Object
public final class _Remote_Stub extends Stub implements Remote
该类提供了远程类型的存根。 该类由rmic编译器生成,并且仍在OMG的工作中。 随着规范的演变,内容如有更改,恕不另行通知。
-
-
构造方法摘要
构造方法 Constructor 描述 _Remote_Stub()
-
方法摘要
所有方法 接口方法 具体的方法 Modifier and Type 方法 描述 String[]
_ids()
返回对象实现的存储库ID数组。-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from class org.omg.CORBA_2_3.portable.ObjectImpl
_get_codebase
-
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override
-
-
-
-
方法详细信息
-
_ids
public String[] _ids()
返回对象实现的存储库ID数组。 索引为零时的字符串表示最为导出的接口。 对于通用CORBA对象的最后一个ID(即IDL:omg.org/CORBA/Object:1.0“)是隐含的,不存在。- Specified by:
-
_ids
在ObjectImpl
- 结果
- 一个对象实现的存储库ID的数组。
-
-