Module  java.corba
软件包  org.omg.IOP

Class TaggedProfile

  • All Implemented Interfaces:
    SerializableIDLEntity


    public final class TaggedProfile
    extends Object
    implements IDLEntity
    org / omg / IOP / TaggedProfile.java。 由IDL到Java编译器(便携式)生成,版本“3.2”来自/scratch/HUDSON/workspace/9-2-build-linux-amd64-phase2/jdk9/6639.nc/corba/src/java.corba /share/classes/org/omg/PortableInterceptor/IOP.idl 2017年7月13日,星期四10:31:37 UTC
    • 字段详细信息

      • tag

        public int tag
        标签,表示为配置文件ID。
      • profile_data

        public byte[] profile_data
        相关的配置文件数据。
    • 构造方法详细信息

      • TaggedProfile

        public TaggedProfile​()
      • TaggedProfile

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