public class LauncherContextListener extends Object implements javax.servlet.ServletContextListener
JiraLauncher
s. Additionally this class will also launch a deadlock detector
thread to check for deadlocks during startup.Modifier and Type | Field and Description |
---|---|
static String |
STARTUP_UNEXPECTED |
Constructor and Description |
---|
LauncherContextListener() |
LauncherContextListener(JohnsonProvider johnsonProvider) |
Modifier and Type | Method and Description |
---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent sce) |
void |
contextInitialized(javax.servlet.ServletContextEvent sce) |
public static final String STARTUP_UNEXPECTED
public LauncherContextListener()
public LauncherContextListener(JohnsonProvider johnsonProvider)
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 © 2002-2017 Atlassian. All Rights Reserved.