public class

LauncherContextListener

extends Object
implements ServletContextListener
java.lang.Object
   ↳ com.atlassian.jira.startup.LauncherContextListener

Class Overview

This class is the entry point for JIRA. It takes care of initialising the application through the use of various JiraLaunchers. Additionally this class will also launch a deadlock detector thread to check for deadlocks during startup.

Summary

Constants
String STARTUP_UNEXPECTED
Public Constructors
LauncherContextListener()
LauncherContextListener(JohnsonProvider johnsonProvider)
Public Methods
void contextDestroyed(ServletContextEvent sce)
void contextInitialized(ServletContextEvent sce)
[Expand]
Inherited Methods
From class java.lang.Object
From interface javax.servlet.ServletContextListener

Constants

public static final String STARTUP_UNEXPECTED

Constant Value: "startup-unexpected"

Public Constructors

public LauncherContextListener ()

public LauncherContextListener (JohnsonProvider johnsonProvider)

Public Methods

public void contextDestroyed (ServletContextEvent sce)

public void contextInitialized (ServletContextEvent sce)