Package org.omg.IOP

Class TaggedProfile

java.lang.Object
org.omg.IOP.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 "4.1" from /home/abuild/rpmbuild/BUILD/glassfish-corba-4.2.4/omgapi/src/main/idl/IOP.idl Wednesday, February 21, 2024, 10:43:23 AM Greenwich Mean Time
See Also:
  • Field Details

    • tag

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

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

    • TaggedProfile

      public TaggedProfile()
    • TaggedProfile

      public TaggedProfile(int _tag, byte[] _profile_data)