com.opensymphony.webwork.util
Interface ObjectFactoryDestroyable
- All Known Subinterfaces:
- ObjectFactoryLifecycle
public interface ObjectFactoryDestroyable
An interface to be implemented by any ObjectFactory implementation
if it requires shutdown hook whenever an ObjectFactory is to be
destroyed.
- Version:
- $Date: 2006-03-16 08:44:02 -0600 (Thu, 16 Mar 2006) $ $Id: ObjectFactoryDestroyable.java 2423 2006-03-16 14:44:02Z tmjee $
- Author:
- tm_jee
- See Also:
FilterDispatcher,
DispatcherUtils
destroy
void destroy()
|