モジュール java.corba
パッケージ org.omg.CORBA

クラスServiceInformation

  • すべての実装されたインタフェース:
    Serializable, IDLEntity


    public final class ServiceInformation
    extends Object
    implements IDLEntity
    CORBAモジュール内のIDL構造体です。これは、ORB実装で使用可能なCORBAサービスについての情報を格納し、ORB.get_service_informationメソッドから取得されます。
    • フィールドの詳細

      • 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配列。