/[classpath]/classpath/org/omg/stub/java/rmi/_Remote_Stub.java
ViewVC logotype

Diff of /classpath/org/omg/stub/java/rmi/_Remote_Stub.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by audriusa, Sat Jun 4 08:09:47 2005 UTC revision 1.2 by audriusa, Sun Jun 5 19:45:18 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package org.omg.stub.java.rmi;  package org.omg.stub.java.rmi;
40    
41  import org.omg.CORBA_2_3.portable.ObjectImpl;  import java.io.Serializable;
42    
43    import java.rmi.Remote;
44    
45    import javax.rmi.CORBA.Stub;
46    
47  /**  /**
48   * Provides a stub for Remote type.   * Provides a stub for Remote type.
49   *   *
50   * Despite this class has appeared since v 1.3, it is oficially marked   * Despite this class has appeared since v 1.3, it is oficially marked
51   * as incomplete at least till v 1.4 inclusive. Hence significant alterations   * as incomplete at least till v 1.5 inclusive. Hence significant alterations
52   * are expected in the future.   * are expected in the future.
53   *   *
54   * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)   * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)
55   */   */
56  public final class _Remote_Stub  public final class _Remote_Stub
57    extends ObjectImpl    extends Stub
58      implements Remote, Serializable
59  {  {
60    
61     /**
62      * Use serialVersionUID (v1.4) for interoperability.
63      */
64     private static final long serialVersionUID = -1967190271952680697L;
65    
66    
67    /**    /**
68     * Returs the array of repository ids, implemented by this object.     * Returs the array of repository ids, implemented by this object.
69     * The method must be overridden to return the meaningful information.     * The method must be overridden to return the meaningful information.
# Line 62  public final class _Remote_Stub Line 74  public final class _Remote_Stub
74    {    {
75      return new String[] { "" };      return new String[] { "" };
76    }    }
77    
78  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26