Package com.sun.corba.se.impl.ior
Class GenericTaggedComponent
java.lang.Object
com.sun.corba.se.impl.ior.GenericIdentifiable
com.sun.corba.se.impl.ior.GenericTaggedComponent
- All Implemented Interfaces:
Identifiable,TaggedComponent,Writeable
- Author:
-
Constructor Summary
ConstructorsConstructorDescriptionGenericTaggedComponent(int id, byte[] data) GenericTaggedComponent(int id, InputStream is) -
Method Summary
Methods inherited from class com.sun.corba.se.impl.ior.GenericIdentifiable
equals, getData, getId, hashCode, toString, writeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.sun.corba.se.spi.ior.Identifiable
getId
-
Constructor Details
-
GenericTaggedComponent
-
GenericTaggedComponent
public GenericTaggedComponent(int id, byte[] data)
-
-
Method Details
-
getIOPComponent
- Specified by:
getIOPComponentin interfaceTaggedComponent- Returns:
- org.omg.IOP.TaggedComponent
-