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