public class DisposableShutdownService extends Object implements javax.servlet.ServletContextListener
Constructor and Description |
---|
DisposableShutdownService() |
DisposableShutdownService(ExecutorService executorService,
ExecutorService unmanagedExecutorService) |
Modifier and Type | Method and Description |
---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent sce) |
void |
contextInitialized(javax.servlet.ServletContextEvent sce) |
public DisposableShutdownService()
@Inject public DisposableShutdownService(@Managed ExecutorService executorService, @Unmanaged ExecutorService unmanagedExecutorService)
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 © 2012–2020 JBoss by Red Hat. All rights reserved.