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
ConstructorsConstructorDescriptionGenericTaggedComponent
(int id, byte[] data) GenericTaggedComponent
(int id, InputStream is) -
Method Summary
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 Details
-
GenericTaggedComponent
-
GenericTaggedComponent
public GenericTaggedComponent(int id, byte[] data)
-
-
Method Details
-
getIOPComponent
- Specified by:
getIOPComponent
in interfaceTaggedComponent
-