public class ShutdownServletContextListener extends Object implements javax.servlet.ServletContextListener
ShutdownServletContextListener
class is used to trigger
ShutdownManager to shutdown everything when it is undeployed, or the web
container is terminated.Constructor and Description |
---|
ShutdownServletContextListener() |
Modifier and Type | Method and Description |
---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent sce) |
void |
contextInitialized(javax.servlet.ServletContextEvent sce) |
public void contextInitialized(javax.servlet.ServletContextEvent sce)
contextInitialized
in interface javax.servlet.ServletContextListener
public void contextDestroyed(javax.servlet.ServletContextEvent sce)
contextDestroyed
in interface javax.servlet.ServletContextListener
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.