mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
* java/rmi/registry/RegistryHandler.java: Deprecate.
From-SVN: r63630
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright (c) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
|
||||
Copyright (c) 1996, 1997, 1998, 1999, 2003 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@@ -40,10 +40,16 @@ package java.rmi.registry;
|
||||
import java.rmi.RemoteException;
|
||||
import java.rmi.UnknownHostException;
|
||||
|
||||
/**
|
||||
* An internal interface that should no longer be used.
|
||||
* @deprecated
|
||||
*/
|
||||
public interface RegistryHandler {
|
||||
|
||||
/** @deprecated */
|
||||
public Registry registryStub(String host, int port) throws RemoteException, UnknownHostException;
|
||||
|
||||
/** @deprecated */
|
||||
public Registry registryImpl(int port) throws RemoteException;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user