- java.lang.Object
-
- org.omg.CORBA.ServiceInformation
-
- すべての実装されたインタフェース:
Serializable,IDLEntity
public final class ServiceInformation extends Object implements IDLEntity
CORBAモジュール内のIDL構造体です。これは、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オブジェクトを構築します。
-
-
-
フィールドの詳細
-
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配列。
-
-