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
          This implementation of the schedulerLauncher gets its scheduler from jira's ManagerFactory.
 

Uses of JiraLauncher in com.atlassian.jira.startup
 

Classes in com.atlassian.jira.startup that implement JiraLauncher
 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 DatabaseLauncher
          Configures the JIRA database
 class DefaultJiraLauncher
          This implementation of JiraLauncher contains all of the smarts of what to start in which order to ensure that JIRA starts properly.
 

Uses of JiraLauncher in com.atlassian.jira.upgrade
 

Classes in com.atlassian.jira.upgrade that implement JiraLauncher
 class ConsistencyLauncher
          The ConsistencyLauncher will launch a consistency check when the web application is started.
 class UpgradeLauncher
          Tests if an upgrade is necessary, and performs it.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.