Package com.sun.corba.ee.impl.ior
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 Summary
Constructors Constructor Description GenericTaggedComponent(int id, byte[] data)
GenericTaggedComponent(int id, InputStream is)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaggedComponent
getIOPComponent(ORB orb)
-
Methods inherited from class com.sun.corba.ee.impl.ior.GenericIdentifiable
equals, getData, getId, hashCode, toString, write
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.sun.corba.ee.spi.ior.Identifiable
getId
-
-
-
-
Constructor Detail
-
GenericTaggedComponent
public GenericTaggedComponent(int id, InputStream is)
-
GenericTaggedComponent
public GenericTaggedComponent(int id, byte[] data)
-
-
Method Detail
-
getIOPComponent
public TaggedComponent getIOPComponent(ORB orb)
- Specified by:
getIOPComponent
in interfaceTaggedComponent
-
-