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 interface Identifiable
getId
-
Constructor Details
-
GenericTaggedComponent
-
GenericTaggedComponent
public GenericTaggedComponent(int id, byte[] data)
-
-
Method Details
-
getIOPComponent
- Specified by:
getIOPComponentin interfaceTaggedComponent
-