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 14:44:01 $ $Id: ObjectFactoryDestroyable.java,v 1.1 2006/03/16 14:44:01 tmjee Exp $
- Author:
- tm_jee
- See Also:
FilterDispatcher,
DispatcherUtils
destroy
void destroy()
|