Module java.corba
Package org.omg.IOP

Class TaggedProfile

  • All Implemented Interfaces:
    Serializable, IDLEntity

    public final class TaggedProfile
    extends Object
    implements IDLEntity
    org/omg/IOP/TaggedProfile.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /builddir/build/BUILD/java-10-openjdk-10.0.2.13-7.3.riscv64.fc29.riscv64/openjdk/src/java.corba/share/classes/org/omg/PortableInterceptor/IOP.idl Sunday, October 14, 2018 at 8:23:54 AM Coordinated Universal Time
    • Field Detail

      • tag

        public int tag
        The tag, represented as a profile id.
      • profile_data

        public byte[] profile_data
        The associated profile data.
    • Constructor Detail

      • TaggedProfile

        public TaggedProfile()
      • TaggedProfile

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