Package com.sun.identity.common
Class ShutdownServletContextListener
- java.lang.Object
-
- com.sun.identity.common.ShutdownServletContextListener
-
- All Implemented Interfaces:
jakarta.servlet.ServletContextListener,EventListener
public class ShutdownServletContextListener extends Object implements jakarta.servlet.ServletContextListener
TheShutdownServletContextListenerclass is used to trigger ShutdownManager to shutdown everything when it is undeployed, or the web container is terminated.
-
-
Constructor Summary
Constructors Constructor Description ShutdownServletContextListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextDestroyed(jakarta.servlet.ServletContextEvent sce)voidcontextInitialized(jakarta.servlet.ServletContextEvent sce)
-
-
-
Method Detail
-
contextInitialized
public void contextInitialized(jakarta.servlet.ServletContextEvent sce)
- Specified by:
contextInitializedin interfacejakarta.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(jakarta.servlet.ServletContextEvent sce)
- Specified by:
contextDestroyedin interfacejakarta.servlet.ServletContextListener
-
-