Uses of Interface
org.omg.CORBA.portable.ValueBase
-
Packages that use ValueBase 软件包 描述 org.omg.CORBA 提供OMG CORBA API与JavaORB
编程语言的映射,包括ORB
类,它被实现为使得程序员可以将其用作全功能的对象请求代理(ORB)。org.omg.CORBA.portable 提供可移植性层,即一组ORB API,使一个供应商生成的代码可以在另一个供应商的ORB上运行。org.omg.PortableInterceptor 提供一种注册ORB钩子的机制,ORB服务可以通过该钩子拦截ORB的正常执行流程。 -
-
Uses of ValueBase in org.omg.CORBA
Subinterfaces of ValueBase in org.omg.CORBA Modifier and Type 接口 描述 interface
DataInputStream
定义用于从输入流读取原始数据类型的方法,以解除对自定义值类型的调整。interface
DataOutputStream
定义用于将原始数据类型写入到编组自定义值类型的输出流中的方法。 -
Uses of ValueBase in org.omg.CORBA.portable
Subinterfaces of ValueBase in org.omg.CORBA.portable Modifier and Type 接口 描述 interface
CustomValue
由自定义值类型实现的扩展名为ValueBase
。interface
StreamableValue
定义不是自定义封送的所有非盒装IDL值类型的基本类型。 -
Uses of ValueBase in org.omg.PortableInterceptor
Subinterfaces of ValueBase in org.omg.PortableInterceptor Modifier and Type 接口 描述 interface
ObjectReferenceFactory
对象引用工厂。interface
ObjectReferenceTemplate
对象引用模板。
-