Class Overview
This class is the entry point for JIRA. It takes care of initialising the application through the use of various
JiraLauncher
s. Additionally this class will also launch a deadlock detector
thread to check for deadlocks during startup.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
javax.servlet.ServletContextListener
void
|
contextDestroyed(ServletContextEvent arg0)
|
void
|
contextInitialized(ServletContextEvent arg0)
|
|
Constants
public
static
final
String
STARTUP_UNEXPECTED
Constant Value:
"startup-unexpected"
Public Constructors
public
LauncherContextListener
()
Public Methods
public
void
contextDestroyed
(ServletContextEvent sce)
public
void
contextInitialized
(ServletContextEvent sce)