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.
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 © 2005 The Nutch Organization.