API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.rmi.server. Unreferenced View Source
Author(s)
Ann Wollrath
Roger Riggs
Since
JDK1.1
Version
1.13, 11/17/05
Serial
Hierarchy
 Unreferenced
Subinterfaces
Description
public interface Unreferenced
  A remote object implementation should implement the Unreferenced interface to receive notification when there are no more clients that reference that remote object.
See also:   
Methods
Hide/Show inherited methods
public void 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.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar