public interface Finalizer
ExecutionContext
is destroyed, the Finalizer
interface may register with the
com.day.cq.util.FinalizerHandler
. At the end of the
ExecutionContext
, all registered Finalizer
instances are called for their cleanup work.Modifier and Type | Method and Description |
---|---|
void |
doFinalize()
This is the method called by the
com.day.cq.util.FinalizerHandler
when the finalizing work has to be done. |
Copyright © 2010 - 2020 Adobe. All Rights Reserved