Uses of Interface
org.omg.CORBA.portable.BoxedValueHelper
-
Packages that use BoxedValueHelper 软件包 描述 org.omg.CORBA 提供OMG CORBA API与Java编程语言的映射,包括ORB
类,它被实现为使程序员可以将其用作全功能对象请求代理(ORB)。org.omg.CORBA_2_3.portable 提供输入和输出值类型的方法,并包含其他更新到org/omg/CORBA/portable
包。 -
-
Uses of BoxedValueHelper in org.omg.CORBA
Classes in org.omg.CORBA that implement BoxedValueHelper Modifier and Type Class 描述 class
StringValueHelper
助手StringValue
。class
WStringValueHelper
org / omg / CORBA / WStringValueHelper.java由IDL到Java编译器(便携式)生成,从orb.idl版本“3.0”1999年5月31日22:27:30 GMT + 00:00类定义被修改,以符合以下OMG规范:ORB芯由CORBA 2.3.1所定义( formal/99-10-07 )IDL / Java语言映射中定义 ptc/00-01-08 -
Uses of BoxedValueHelper in org.omg.CORBA_2_3.portable
Methods in org.omg.CORBA_2_3.portable with parameters of type BoxedValueHelper Modifier and Type 方法 描述 Serializable
InputStream. read_value(BoxedValueHelper factory)
从输入流解组值类型。void
OutputStream. write_value(Serializable value, BoxedValueHelper factory)
为输出流调度值类型。
-