/[classpath]/classpath/java/rmi/server/UnicastRemoteObject.java
ViewVC logotype

Diff of /classpath/java/rmi/server/UnicastRemoteObject.java

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

revision 1.5 by tromey, Fri Jan 3 22:55:06 2003 UTC revision 1.6 by mkoch, Fri Jun 27 21:03:52 2003 UTC
# Line 35  this exception to your version of the li Line 35  this exception to your version of the li
35  obligated to do so.  If you do not wish to do so, delete this  obligated to do so.  If you do not wish to do so, delete this
36  exception statement from your version. */  exception statement from your version. */
37    
38    
39  package java.rmi.server;  package java.rmi.server;
40    
41  import java.rmi.RemoteException;  import java.rmi.RemoteException;
# Line 89  public static RemoteStub exportObject(Re Line 90  public static RemoteStub exportObject(Re
90      return exportObject(obj, port, null);      return exportObject(obj, port, null);
91    }    }
92        
93    protected static Remote exportObject(Remote obj, int port, RMIServerSocketFactory ssf)    static Remote exportObject(Remote obj, int port, RMIServerSocketFactory ssf)
94      throws RemoteException      throws RemoteException
95    {    {
96      UnicastServerRef sref = null;      UnicastServerRef sref = null;
# Line 103  public static RemoteStub exportObject(Re Line 104  public static RemoteStub exportObject(Re
104    }    }
105    
106    /**    /**
107     * FIX ME     * FIXME
108     */     */
109    public static Remote exportObject(Remote obj, int port, RMIClientSocketFactory csf,    public static Remote exportObject(Remote obj, int port, RMIClientSocketFactory csf,
110                                      RMIServerSocketFactory ssf)                                      RMIServerSocketFactory ssf)

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

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