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

クラスTaggedProfile

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


    public final class TaggedProfile
    extends Object
    implements IDLEntity
    org/omg/IOP/TaggedProfile.java。 IDL-to-Javaコンパイラによって生成される(portable)、バージョン"3.2"、/scratch/HUDSON/workspace/9-2-build-linux-amd64-phase2/jdk9/6725/corba/src/java.corba/share/classes/org/omg/PortableInterceptor/IOP.idlから2017年8月3日木曜日3:57:52 UTC
    • フィールドの詳細

      • tag

        public int tag
        プロファイルIDとして表されたタグです。
      • profile_data

        public byte[] profile_data
        関連付けられたプロファイル・データです。
    • コンストラクタの詳細

      • TaggedProfile

        public TaggedProfile​()
      • TaggedProfile

        public TaggedProfile​(int _tag,
                             byte[] _profile_data)