org.directwebremoting.extend
Interface UninitializingBean

All Known Implementing Classes:
AbstractServerLoadMonitor, AutoShutdownScheduledThreadPoolExecutor, DefaultCreatorManager, DefaultScriptSessionManager, DefaultServerLoadMonitor, PollingServerLoadMonitor, SpringContainer, ThrottlingServerLoadMonitor

public interface UninitializingBean

Like InitializingBean except that this requests notification when things are shutting down.

Author:
Joe Walker [joe at getahead dot ltd dot uk]
See Also:
InitializingBean

Method Summary
 void destroy()
          Called when Container.destroy() is called which usually happens when the DWR servlet is destroyed.
 

Method Detail

destroy

void destroy()
Called when Container.destroy() is called which usually happens when the DWR servlet is destroyed.


Copyright ยจ 2008