Package org.apache.struts2.dispatcher
Class FinalizableReferenceQueueDestroyable
java.lang.Object
org.apache.struts2.dispatcher.FinalizableReferenceQueueDestroyable
- All Implemented Interfaces:
InternalDestroyable
Adapter that exposes
FinalizableReferenceQueue.stopAndClear() as an
InternalDestroyable bean.- Since:
- 7.2.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FinalizableReferenceQueueDestroyable
public FinalizableReferenceQueueDestroyable()
-
-
Method Details
-
destroy
public void destroy()Description copied from interface:InternalDestroyableReleases static state held by this component. Called once duringDispatcher.cleanup().- Specified by:
destroyin interfaceInternalDestroyable
-