public class ClearInternalDbOnShutdown extends java.lang.Object implements ContextHook
| Constructor and Description | 
|---|
| ClearInternalDbOnShutdown(TempTableService tempTableService) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | contextDestroyed(ServletContextEvent servletContextEvent) | 
| void | contextInitialized(ServletContextEvent servletContextEvent) | 
public ClearInternalDbOnShutdown(TempTableService tempTableService)
public void contextInitialized(ServletContextEvent servletContextEvent)
contextInitialized in interface ContextHookpublic void contextDestroyed(ServletContextEvent servletContextEvent)
contextDestroyed in interface ContextHook