< prev index next >

src/java.rmi/share/classes/sun/rmi/transport/Channel.java

Print this page

        

*** 40,50 **** */ public Endpoint getEndpoint(); /** * Free the connection generated by this channel. ! * @param c The connection * @param reuse If true, the connection is in a state in which it * can be reused for another method call. */ public void free(Connection conn, boolean reuse) throws RemoteException; } --- 40,50 ---- */ public Endpoint getEndpoint(); /** * Free the connection generated by this channel. ! * @param conn The connection. * @param reuse If true, the connection is in a state in which it * can be reused for another method call. */ public void free(Connection conn, boolean reuse) throws RemoteException; }
< prev index next >