所有类
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 方法获取。
从类 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 所组成的数组。
所有类