所有类


接口 org.omg.CORBA.portable.ValueBase
的使用

使用 ValueBase 的软件包
org.omg.CORBA 提供 OMG CORBA API 到 JavaTM 编程语言的映射,包括 ORB 类,如果已实现该类,则程序员可以使用此类作为全功能对象请求代理(Object Request Broker,ORB)。 
org.omg.CORBA.portable 提供可移植性层,即可以使一个供应商生成的代码运行在另一个供应商 ORB 上的 ORB API 集合。 
org.omg.PortableInterceptor 提供一个注册 ORB 挂钩 (hook) 的机制,通过这些挂钩 ORB 服务可以截取执行 ORB 的正常流。 
 

org.omg.CORBAValueBase 的使用
 

org.omg.CORBAValueBase 的子接口
 interface DataInputStream
          定义用来从输入流读取基本数据类型的方法,以便解组自定义值类型。
 interface DataOutputStream
          定义用来将基本数据类型写入输出流的方法,以便编组自定义值类型。
 

org.omg.CORBA.portableValueBase 的使用
 

org.omg.CORBA.portableValueBase 的子接口
 interface CustomValue
          通过自定义值类型实现的 ValueBase 扩展。
 interface StreamableValue
          为所有非自定义编码的非装箱 (boxed) IDL 值类型定义基本类型。
 

org.omg.PortableInterceptorValueBase 的使用
 

org.omg.PortableInterceptorValueBase 的子接口
 interface ObjectReferenceFactory
          对象引用工厂。
 interface ObjectReferenceTemplate
          对象引用模板。
 


所有类

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部