目录搜索
文字
分享


JavaTM 2 Platform
Standard Ed. 6

类 org.omg.CORBA.ServiceInformation
的使用

使用 ServiceInformation 的软件包
org.omg.CORBA 提供 OMG CORBA API 到 JavaTM 编程语言的映射,包括 ORB 类,如果已实现该类,则程序员可以使用此类作为全功能对象请求代理(Object Request Broker,ORB)。 
 

org.omg.CORBA 中 ServiceInformation 的使用
 

声明为 ServiceInformation 的 org.omg.CORBA 中的字段
 ServiceInformation ServiceInformationHolder.value
          此 ServiceInformationHolder 对象保存在其 value 字段中的 ServiceInformation 值。
 

返回 ServiceInformation 的 org.omg.CORBA 中的方法
static ServiceInformation ServiceInformationHelper.extract(Any a)
           
static ServiceInformation ServiceInformationHelper.read(InputStream in)
           
 

参数类型为 ServiceInformation 的 org.omg.CORBA 中的方法
static void ServiceInformationHelper.insert(Any a, ServiceInformation that)
           
static void ServiceInformationHelper.write(OutputStream out, ServiceInformation that)
           
 

参数类型为 ServiceInformation 的 org.omg.CORBA 中的构造方法
ServiceInformationHolder(ServiceInformation arg)
          构造一个新的 ServiceInformationHolder 对象,将其 value 字段初始化为给定的 ServiceInformation 对象。
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java 2 SDK SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。