Uses of Interface
com.atlassian.jira.startup.JiraLauncher

Packages that use JiraLauncher
com.atlassian.jira.scheduler   
com.atlassian.jira.startup   
com.atlassian.jira.upgrade   
 

Uses of JiraLauncher in com.atlassian.jira.scheduler
 

Classes in com.atlassian.jira.scheduler that implement JiraLauncher
 class JiraSchedulerLauncher
          Launches the JIRA scheduler.
 

Uses of JiraLauncher in com.atlassian.jira.startup
 

Classes in com.atlassian.jira.startup that implement JiraLauncher
 class BootstrapContainerLauncher
          The BootstrapContainerLauncher will bootstrap enough of JIRA during run level 0.
 class ChecklistLauncher
          Listens to Web application startup and shutdown events to check that JIRA is valid to startup, and do whatever clean up may be required on shutdown.
 class ComponentContainerLauncher
          The ComponentContainerLauncher will launch PICO to creates its container of components.
 class DatabaseChecklistLauncher
          Launcher for the JiraDatabaseConfigChecklist.
 class DatabaseLauncher
          Configures the JIRA database by configuring transactions and setting up HSQL connection hacks.
 class DefaultJiraLauncher
          This implementation of JiraLauncher contains all of the smarts of what to start in which order to ensure that JIRA starts properly.
 class SystemInfoLauncher
          This is the very FIRST bit of log output that JIRA does.
 

Uses of JiraLauncher in com.atlassian.jira.upgrade
 

Classes in com.atlassian.jira.upgrade that implement JiraLauncher
 class PluginSystemLauncher
          Starts the JIRA plugins system with ALL available plugins
 class PluginUpgradeLauncher
          Issues a JiraStartedEvent to launch the Jira Plugin upgrade task
 class UpgradeLauncher
          Tests if an upgrade is necessary, and performs it.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.