Package org.omg.IOP

Class TaggedProfile

  • All Implemented Interfaces:
    java.io.Serializable, IDLEntity

    public final class TaggedProfile
    extends java.lang.Object
    implements IDLEntity
    org/omg/IOP/TaggedProfile.java . Generated by the IDL-to-Java compiler (portable), version "4.1" from /home/abuild/rpmbuild/BUILD/glassfish-corba-4.2.4/omgapi/src/main/idl/IOP.idl Wednesday, February 21, 2024 at 12:00:00 PM Greenwich Mean Time
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      byte[] profile_data
      The associated profile data.
      int tag
      The tag, represented as a profile id.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)