Class GenericTaggedComponent

java.lang.Object
com.sun.corba.ee.impl.ior.GenericIdentifiable
com.sun.corba.ee.impl.ior.GenericTaggedComponent
All Implemented Interfaces:
Identifiable, TaggedComponent, Writeable

@ManagedData @Description("Generic representation of a tagged component of a type unknown to the ORB") public class GenericTaggedComponent extends GenericIdentifiable implements TaggedComponent
Generic representation of a tagged component of a type unknown to the ORB
  • Constructor Details

    • GenericTaggedComponent

      public GenericTaggedComponent(int id, InputStream is)
    • GenericTaggedComponent

      public GenericTaggedComponent(int id, byte[] data)
  • Method Details