uka.karmi.rmi.server
Interface Unreferenced


public interface Unreferenced

Interface that provides a callback method for the unreferenced signal. If a remote object implements this interface, it receives a callback when the last remote reference has been garbage collected.

Author:
Christian Nester, Bernhard Haumacher

Method Summary
 void unreferenced()
          Called, when the last remote reference has been garbage collected.
 

Method Detail

unreferenced

public void unreferenced()
Called, when the last remote reference has been garbage collected.