/[classpath]/classpath/java/rmi/registry/RegistryHandler.java
ViewVC logotype

Diff of /classpath/java/rmi/registry/RegistryHandler.java

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

revision 1.4 by mkoch, Sun Mar 23 09:15:08 2003 UTC revision 1.5 by mkoch, Mon Mar 31 11:23:57 2003 UTC
# Line 43  import java.rmi.UnknownHostException; Line 43  import java.rmi.UnknownHostException;
43  /**  /**
44   * @deprecated   * @deprecated
45   */   */
46  public interface RegistryHandler {  public interface RegistryHandler
47    {
48  /** @deprecated */    /**
49  public Registry registryStub(String host, int port) throws RemoteException, UnknownHostException;     * @deprecated
50       */
51  /** @deprecated */    public Registry registryStub (String host, int port)
52  public Registry registryImpl(int port) throws RemoteException;      throws RemoteException, UnknownHostException;
53    
54      /**
55       * @deprecated
56       */
57      public Registry registryImpl (int port) throws RemoteException;
58  }  }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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