corba/src/java.corba/share/classes/org/omg/CORBA/_IDLTypeStub.java
changeset 32688 936c391804a5
parent 25862 a5e25d68f971
equal deleted inserted replaced
32550:6521875cb63e 32688:936c391804a5
    24  */
    24  */
    25 package org.omg.CORBA;
    25 package org.omg.CORBA;
    26 
    26 
    27 
    27 
    28 /**
    28 /**
    29 * The Stub for <tt>IDLType</tt>.  For more information on
    29 * The Stub for {@code IDLType}.  For more information on
    30 * Stub files, see <a href="doc-files/generatedfiles.html#stub">
    30 * Stub files, see <a href="doc-files/generatedfiles.html#stub">
    31 * "Generated Files: Stubs"</a>.<P>
    31 * "Generated Files: Stubs"</a>.<P>
    32 * org/omg/CORBA/_IDLTypeStub.java
    32 * org/omg/CORBA/_IDLTypeStub.java
    33 * Generated by the IDL-to-Java compiler (portable), version "3.0"
    33 * Generated by the IDL-to-Java compiler (portable), version "3.0"
    34 * from ir.idl.
    34 * from ir.idl.
    36 */
    36 */
    37 
    37 
    38 public class _IDLTypeStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.CORBA.IDLType
    38 public class _IDLTypeStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.CORBA.IDLType
    39 {
    39 {
    40   /**
    40   /**
    41    * Constructs a default <code>_IDLTypeStub</code> object.
    41    * Constructs a default {@code _IDLTypeStub} object.
    42    * NOTE:  If the default constructor is used, the
    42    * NOTE:  If the default constructor is used, the
    43    *        object is useless until the method <code>_set_delegate</code>
    43    *        object is useless until the method {@code _set_delegate}
    44    *        has been called.
    44    *        has been called.
    45    */
    45    */
    46   // NOTE: This constructor is not required according to the spec. Only JCK expects it now.
    46   // NOTE: This constructor is not required according to the spec. Only JCK expects it now.
    47   public _IDLTypeStub ()
    47   public _IDLTypeStub ()
    48   {
    48   {
    49     super ();
    49     super ();
    50   }
    50   }
    51 
    51 
    52   /**
    52   /**
    53    * Constructs an <code>_IDLTypeStub</code> object initialized
    53    * Constructs an {@code _IDLTypeStub} object initialized
    54    * with the given <code>Delegate</code> object.
    54    * with the given {@code Delegate} object.
    55    *
    55    *
    56    * @param delegate a Delegate object
    56    * @param delegate a Delegate object
    57    */
    57    */
    58   // NOTE: This constructor is not required according to the spec. We keep it as a convenience method.
    58   // NOTE: This constructor is not required according to the spec. We keep it as a convenience method.
    59   public _IDLTypeStub (org.omg.CORBA.portable.Delegate delegate)
    59   public _IDLTypeStub (org.omg.CORBA.portable.Delegate delegate)