Class DisposableShutdownService

  • All Implemented Interfaces:
    EventListener, javax.servlet.ServletContextListener

    public class DisposableShutdownService
    extends Object
    implements javax.servlet.ServletContextListener
    • Constructor Detail

      • DisposableShutdownService

        public DisposableShutdownService()
      • DisposableShutdownService

        @Inject
        public DisposableShutdownService​(@Managed
                                         ExecutorService executorService,
                                         @Unmanaged
                                         ExecutorService unmanagedExecutorService)
    • Method Detail

      • contextInitialized

        public void contextInitialized​(javax.servlet.ServletContextEvent sce)
        Specified by:
        contextInitialized in interface javax.servlet.ServletContextListener
      • contextDestroyed

        public void contextDestroyed​(javax.servlet.ServletContextEvent sce)
        Specified by:
        contextDestroyed in interface javax.servlet.ServletContextListener