src/share/classes/java/rmi/server/Unreferenced.java

Print this page
rev 10048 : 8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo
Reviewed-by:

*** 30,45 **** * <code>Unreferenced</code> interface to receive notification when there are * no more clients that reference that remote object. * * @author Ann Wollrath * @author Roger Riggs ! * @since JDK1.1 */ public interface Unreferenced { /** * Called by the RMI runtime sometime after the runtime determines that * the reference list, the list of clients referencing the remote object, * becomes empty. ! * @since JDK1.1 */ public void unreferenced(); } --- 30,45 ---- * <code>Unreferenced</code> interface to receive notification when there are * no more clients that reference that remote object. * * @author Ann Wollrath * @author Roger Riggs ! * @since 1.1 */ public interface Unreferenced { /** * Called by the RMI runtime sometime after the runtime determines that * the reference list, the list of clients referencing the remote object, * becomes empty. ! * @since 1.1 */ public void unreferenced(); }