|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object org.omg.CORBA.FixedHolder
public final class FixedHolder
Fixed 的 Holder。有关 Holder 文件的更多信息,请参阅“生成的文件:Holder 文件”。
FixedHolder 是 IDL "fixed" 类型值的容器类,它被映射到 Java 类 java.math.BigDecimal。通常用于存储 "out" 和 "inout" IDL 方法参数。如果 IDL 方法签名将 fixed 作为 "out" 或 "inout" 参数,则程序员必须传递 FixedHolder 实例作为方法调用中的相应参数;对于 "inout" 参数,程序员还必须填充将被发送到服务器的 "in" 值。在方法调用返回之前,ORB 将填充与从服务器返回的 "out" 值对应的包含值。
字段摘要 | |
---|---|
BigDecimal |
value
FixedHolder 保存的值。 |
构造方法摘要 | |
---|---|
FixedHolder()
构造 FixedHolder,不初始化所包含的值。 |
|
FixedHolder(BigDecimal initial)
构造 FixedHolder,并使用给定值初始化。 |
方法摘要 | |
---|---|
void |
_read(InputStream input)
从输入流读取定点值,并将其存储在值成员中。 |
TypeCode |
_type()
返回此 holder 对象的 TypeCode 。 |
void |
_write(OutputStream output)
将存储在此 holder 中的定点值写入 OutputStream 。 |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
字段详细信息 |
---|
public BigDecimal value
构造方法详细信息 |
---|
public FixedHolder()
public FixedHolder(BigDecimal initial)
initial
- 用来初始化 FixedHolder 的值方法详细信息 |
---|
public void _read(InputStream input)
Streamable
中的 _read
input
- 将从中读取数据的 InputStream
。public void _write(OutputStream output)
OutputStream
。
Streamable
中的 _write
output
- 将写入值的 OutputStream
。public TypeCode _type()
TypeCode
。
Streamable
中的 _type
TypeCode
对象。
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。