Where Am I? Class Hierarchy (JDK) All Classes (JDK) All Fields and Methods (JDK)

Interface java.rmi.server.Unreferenced

public interface Unreferenced

A remote object should implement this interface to receive notification when there are no more remote references to it.


Method Index

unreferenced()
Called when there are no current references to this remote object.

Methods

unreferenced
 public abstract void unreferenced()
Called when there are no current references to this remote object.


Where Am I? Class Hierarchy (JDK) All Classes (JDK) All Fields and Methods (JDK)