Uses of Class
org.omg.CORBA.portable.ObjectImpl
-
Packages that use ObjectImpl 软件包 描述 javax.rmi.CORBA 包含RMI-IIOP的可移植API。org.omg.CORBA 提供OMG CORBA API与JavaORB
编程语言的映射,包括ORB
类,该类实现为程序员可以将其用作全功能对象请求代理(ORB)。org.omg.CORBA_2_3.portable 提供输入和输出值类型的方法,并包含org/omg/CORBA/portable
包的其他更新。org.omg.CosNaming 为Java IDL提供命名服务。org.omg.DynamicAny 提供类和接口,可以在运行时遍历与any
相关联的数据值,并提取数据值的原始组成部分。org.omg.PortableServer 提供类和接口,使您的应用程序的服务器端可跨多厂商ORBs移植。org.omg.stub.java.rmi 包含java.rmi
软件包中出现的远程类型的RMI-IIOP存根。 -
-
Uses of ObjectImpl in javax.rmi.CORBA
Subclasses of ObjectImpl in javax.rmi.CORBA Modifier and Type Class 描述 class
Stub
所有RMI-IIOP存根都必须从其继承的基类。 -
Uses of ObjectImpl in org.omg.CORBA
Subclasses of ObjectImpl in org.omg.CORBA Modifier and Type Class 描述 class
_IDLTypeStub
存根为IDLType
。class
_PolicyStub
存根为Policy
。class
DynamicImplementation
已过时。org.omg.CORBA.DynamicImplementation -
Uses of ObjectImpl in org.omg.CORBA_2_3.portable
Subclasses of ObjectImpl in org.omg.CORBA_2_3.portable Modifier and Type Class 描述 class
ObjectImpl
ObjectImpl类是所有存根的基类。 -
Uses of ObjectImpl in org.omg.CosNaming
Subclasses of ObjectImpl in org.omg.CosNaming Modifier and Type Class 描述 class
_BindingIteratorImplBase
class
_BindingIteratorStub
BindingIterator接口允许客户端使用next_one或next_n操作来迭代绑定。class
_NamingContextExtStub
NamingContextExt
是延长NamingContext
其含有一组名称的绑定,其中每个名字是唯一的并且是可互操作的命名服务的一部分。class
_NamingContextImplBase
class
_NamingContextStub
命名上下文是一个包含一组名称绑定的对象,其中每个名称都是唯一的。 -
Uses of ObjectImpl in org.omg.DynamicAny
Subclasses of ObjectImpl in org.omg.DynamicAny Modifier and Type Class 描述 class
_DynAnyFactoryStub
可以通过调用DynAnyFactory对象上的操作来创建DynAny对象。class
_DynAnyStub
任何值都可以动态解释(遍历)并通过DynAny对象构造。class
_DynArrayStub
DynArray对象支持IDL数组的操作。class
_DynEnumStub
DynEnum对象支持对IDL枚举值的操作。class
_DynFixedStub
DynFixed对象支持IDL固定值的操作。class
_DynSequenceStub
DynSequence对象支持IDL序列的操作。class
_DynStructStub
DynStruct对象支持IDL结构和异常值的操作。class
_DynUnionStub
DynUnion对象支持IDL联盟的操纵。class
_DynValueStub
DynValue对象支持IDL非盒装值类型的操作。 -
Uses of ObjectImpl in org.omg.PortableServer
Subclasses of ObjectImpl in org.omg.PortableServer Modifier and Type Class 描述 class
_ServantActivatorStub
当POA具有RETAIN策略时,它使用ServantActivator的仆人管理器。class
_ServantLocatorStub
当POA具有NON_RETAIN策略时,它使用ServantLocator的servant管理器。 -
Uses of ObjectImpl in org.omg.stub.java.rmi
Subclasses of ObjectImpl in org.omg.stub.java.rmi Modifier and Type Class 描述 class
_Remote_Stub
该类提供了远程类型的存根。
-