Class CloseTaskAndConnectionsHooker
java.lang.Object
net.datenwerke.gf.service.lifecycle.hookers.CloseTaskAndConnectionsHooker
- All Implemented Interfaces:
ContextHook,Hook
-
Constructor Summary
ConstructorsConstructorDescriptionCloseTaskAndConnectionsHooker(DwAsyncService asyncService, DbPoolService dbPoolService) -
Method Summary
Modifier and TypeMethodDescriptionvoidcontextDestroyed(ServletContextEvent servletContextEvent) voidcontextInitialized(ServletContextEvent servletContextEvent)
-
Constructor Details
-
CloseTaskAndConnectionsHooker
-
-
Method Details
-
contextInitialized
public void contextInitialized(ServletContextEvent servletContextEvent) - Specified by:
contextInitializedin interfaceContextHook
-
contextDestroyed
public void contextDestroyed(ServletContextEvent servletContextEvent) - Specified by:
contextDestroyedin interfaceContextHook
-