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 22:44:02 +0800 (Thu, 16 Mar 2006) $ $Id: ObjectFactoryDestroyable.java 2423 2006-03-16 14:44:02Z tmjee $
Author:
tm_jee
See Also:
FilterDispatcher, DispatcherUtils

Method Summary
 void destroy()
           
 

Method Detail

destroy

void destroy()

WebWork Project Page