JavaTM 2 Platform
Standard Ed. 6

org.omg.CORBA
类 ServiceInformation

java.lang.Object
  继承者 org.omg.CORBA.ServiceInformation
所有已实现的接口:
Serializable, IDLEntity

public final class ServiceInformation
extends Object
implements IDLEntity

CORBA 模块中的 IDL struct,用于存储关于 ORB 实现中可用 CORBA 服务的信息,可使用 ORB.get_service_information 方法获取。


字段摘要
 ServiceDetail[] service_details
          提供有关服务更多详细信息的 ServiceDetail 所组成的数组。
 int[] service_options
          表示服务选项的 int 值所组成的数组。
 
构造方法摘要
ServiceInformation()
          使用空 service_options 和 service_details 构造一个 ServiceInformation 对象。
ServiceInformation(int[] __service_options, ServiceDetail[] __service_details)
          使用给定 service_options 和 service_details 构造一个 ServiceInformation 对象。
 
方法摘要
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

service_options

public int[] service_options
表示服务选项的 int 值所组成的数组。


service_details

public ServiceDetail[] service_details
提供有关服务更多详细信息的 ServiceDetail 所组成的数组。

构造方法详细信息

ServiceInformation

public ServiceInformation()
使用空 service_options 和 service_details 构造一个 ServiceInformation 对象。


ServiceInformation

public ServiceInformation(int[] __service_options,
                          ServiceDetail[] __service_details)
使用给定 service_options 和 service_details 构造一个 ServiceInformation 对象。

参数:
__service_options - 描述服务选项的 int 值所组成的数组。
__service_details - 描述服务详细信息的 ServiceDetail 所组成的数组。

JavaTM 2 Platform
Standard Ed. 6

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

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