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

クラスTaggedComponent

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


    public final class TaggedComponent
    extends Object
    implements IDLEntity
    org/omg/IOP/TaggedComponent.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として表されたタグです。
      • component_data

        public byte[] component_data
        コンポーネントIDに関連付けられたコンポーネント・データです。
    • コンストラクタの詳細

      • TaggedComponent

        public TaggedComponent​()
      • TaggedComponent

        public TaggedComponent​(int _tag,
                               byte[] _component_data)