Class ClearInternalDbOnShutdown
java.lang.Object
net.datenwerke.rs.core.service.internaldb.hookers.ClearInternalDbOnShutdown
- All Implemented Interfaces:
ContextHook,Hook
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontextDestroyed(ServletContextEvent servletContextEvent) voidcontextInitialized(ServletContextEvent servletContextEvent)
-
Constructor Details
-
ClearInternalDbOnShutdown
-
-
Method Details
-
contextInitialized
public void contextInitialized(ServletContextEvent servletContextEvent) - Specified by:
contextInitializedin interfaceContextHook
-
contextDestroyed
public void contextDestroyed(ServletContextEvent servletContextEvent) - Specified by:
contextDestroyedin interfaceContextHook
-