net.nutch.util
Interface SoftHashMap.FinalizationListener

Enclosing interface:
SoftHashMap

public static interface SoftHashMap.FinalizationListener

An interface for Object which accept notification when an another Object is finalized.


Method Summary
 void finalizationOccurring()
          This method will be called when a SoftHashMap.FinalizationNotifier this Object is registered with is being finalized.
 

Method Detail

finalizationOccurring

public void finalizationOccurring()
This method will be called when a SoftHashMap.FinalizationNotifier this Object is registered with is being finalized. Note that this method is not passed a reference to the Object which is undergoing finalization, since creating a new reference to that object may block finalization.



Copyright © 2004 The Nutch Organization.