|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object org.omg.CORBA.ServiceInformation
public final class ServiceInformation
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 |
字段详细信息 |
---|
public int[] service_options
public ServiceDetail[] service_details
构造方法详细信息 |
---|
public ServiceInformation()
public ServiceInformation(int[] __service_options, ServiceDetail[] __service_details)
__service_options
- 描述服务选项的 int 值所组成的数组。__service_details
- 描述服务详细信息的 ServiceDetail 所组成的数组。
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。