Package com.day.util
Interface Finalizer
-
- All Known Implementing Classes:
TempFileFinalizer
public interface FinalizerObject who need to be cleaned up when anExecutionContextis destroyed, theFinalizerinterface may register with thecom.day.cq.util.FinalizerHandler. At the end of theExecutionContext, all registeredFinalizerinstances are called for their cleanup work.- Since:
- antbear
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoFinalize()This is the method called by thecom.day.cq.util.FinalizerHandlerwhen the finalizing work has to be done.
-