org.apache.struts2.util
public interface: ObjectFactoryDestroyable [javadoc |
source]
All Known Implementing Classes:
DelegatingObjectFactory
An interface to be implemented by any ObjectFactory implementation
if it requires shutdown hook whenever an ObjectFactory is to be
destroyed.
| Method from org.apache.struts2.util.ObjectFactoryDestroyable Summary: |
|---|
|
destroy |
| Method from org.apache.struts2.util.ObjectFactoryDestroyable Detail: |
public void destroy()
|