Save This Page
Home » struts-2.1.8.1-src » org.apache » struts2 » util » [javadoc | source]
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()