Package org.apache.struts2.util
Interface ObjectFactoryDestroyable
public interface ObjectFactoryDestroyable
An interface to be implemented by any ObjectFactory implementation
if it requires shutdown hook whenever an ObjectFactory is to be
destroyed.
- See Also:
-
Method Summary
-
Method Details
-
destroy
void destroy()
-