java.lang.Object org.omg.CORBA.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 所组成的数组。