org.apache.struts2.util
Interface ObjectFactoryDestroyable


public interface ObjectFactoryDestroyable

An interface to be implemented by any ObjectFactory implementation if it requires shutdown hook whenever an ObjectFactory is to be destroyed.

See Also:
FilterDispatcher, Dispatcher

Method Summary
 void destroy()
           
 

Method Detail

destroy

void destroy()


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.