Module java.corba
Package org.omg.IOP

Class TaggedComponent

  • All Implemented Interfaces:
    Serializable, IDLEntity

    public final class TaggedComponent
    extends Object
    implements IDLEntity
    org/omg/IOP/TaggedComponent.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /u/iris/se/ten/spec/jdk10/src/java.corba/share/classes/org/omg/PortableInterceptor/IOP.idl Tuesday, February 20, 2018 at 7:23:03 PM Pacific Standard Time
    • Field Detail

      • tag

        public int tag
        The tag, represented as a component id.
      • component_data

        public byte[] component_data
        The component data associated with the component id.
    • Constructor Detail

      • TaggedComponent

        public TaggedComponent()
      • TaggedComponent

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