- java.lang.Object
-
- org.omg.PortableInterceptor.IORInterceptor_3_0Holder
-
- All Implemented Interfaces:
-
Streamable
public final class IORInterceptor_3_0Holder extends Object implements Streamable
org / omg / PortableInterceptor / IORInterceptor_3_0Holder.java。 由IDL到Java编译器(便携式)生成,版本“3.2”来自/scratch/HUDSON/workspace/9-2-build-linux-amd64-phase2/jdk9/6639.nc/corba/src/java.corba /share/classes/org/omg/PortableInterceptor/Interceptors.idl 2017年7月13日,星期四10:31:38 UTC
-
-
Field Summary
Fields Modifier and Type Field 描述 IORInterceptor_3_0value
-
构造方法摘要
构造方法 Constructor 描述 IORInterceptor_3_0Holder()IORInterceptor_3_0Holder(IORInterceptor_3_0 initialValue)
-
方法摘要
所有方法 接口方法 具体的方法 Modifier and Type 方法 描述 void_read(InputStream i)从istream读取数据,并使用未编组的数据value持有人的value字段。TypeCode_type()检索对应于持有人的value字段中的值的TypeCode对象。void_write(OutputStream o)在ostream人员的value领域的value。
-
-
-
字段详细信息
-
value
public IORInterceptor_3_0 value
-
-
构造方法详细信息
-
IORInterceptor_3_0Holder
public IORInterceptor_3_0Holder()
-
IORInterceptor_3_0Holder
public IORInterceptor_3_0Holder(IORInterceptor_3_0 initialValue)
-
-
方法详细信息
-
_read
public void _read(InputStream i)
说明从接口Streamable复制从istream读取数据,并使用未编组的数据value持有人的value字段。- Specified by:
-
_read在接口Streamable - 参数
-
i- 表示来自电线的CDR数据的InputStream。
-
_write
public void _write(OutputStream o)
说明从接口Streamable复制在ostream的value字段中的value。- Specified by:
-
_write在接口Streamable - 参数
-
o- CDR OutputStream
-
_type
public TypeCode _type()
描述从接口Streamable复制检索对应于持有人的value字段中的值的TypeCode对象。- Specified by:
-
_type在接口Streamable - 结果
-
TypeCode对象持有人持有的价值
-
-