FileDocCategorySizeDatePackage
Unreferenced.javaAPI DocJava SE 5 API776Fri Aug 26 14:57:14 BST 2005java.rmi.server

Unreferenced

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.
version
1.12, 12/19/03
author
Ann Wollrath
author
Roger Riggs
since
JDK1.1

Fields Summary
Constructors Summary
Methods Summary
public voidunreferenced()
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