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