corba/src/java.corba/share/classes/com/sun/corba/se/impl/ior/GenericTaggedComponent.java
changeset 30383 45960fdbe465
parent 25862 a5e25d68f971
equal deleted inserted replaced
30073:989253a902c3 30383:45960fdbe465
    32 
    32 
    33 import com.sun.corba.se.spi.ior.iiop.GIOPVersion ;
    33 import com.sun.corba.se.spi.ior.iiop.GIOPVersion ;
    34 
    34 
    35 import com.sun.corba.se.spi.ior.TaggedComponent ;
    35 import com.sun.corba.se.spi.ior.TaggedComponent ;
    36 
    36 
    37 /**
       
    38  * @author
       
    39  */
       
    40 public class GenericTaggedComponent extends GenericIdentifiable
    37 public class GenericTaggedComponent extends GenericIdentifiable
    41     implements TaggedComponent
    38     implements TaggedComponent
    42 {
    39 {
    43     public GenericTaggedComponent( int id, InputStream is )
    40     public GenericTaggedComponent( int id, InputStream is )
    44     {
    41     {
    50         super( id, data ) ;
    47         super( id, data ) ;
    51     }
    48     }
    52 
    49 
    53     /**
    50     /**
    54      * @return org.omg.IOP.TaggedComponent
    51      * @return org.omg.IOP.TaggedComponent
    55      * @exception
       
    56      * @author
       
    57      */
    52      */
    58     public org.omg.IOP.TaggedComponent getIOPComponent( ORB orb )
    53     public org.omg.IOP.TaggedComponent getIOPComponent( ORB orb )
    59     {
    54     {
    60         return new org.omg.IOP.TaggedComponent( getId(),
    55         return new org.omg.IOP.TaggedComponent( getId(),
    61             getData() ) ;
    56             getData() ) ;