public class

JiraSchedulerLauncher

extends Object
implements JiraLauncher
java.lang.Object
   ↳ com.atlassian.jira.scheduler.JiraSchedulerLauncher
Known Direct Subclasses

Class Overview

Launches the JIRA scheduler.

Summary

Public Constructors
JiraSchedulerLauncher()
Public Methods
void start()
Called during JIRA "startup".
void stop()
Called when JIRA is shutting down.
Protected Methods
static boolean canCreateScheduler()
This ends up being called back by super.contextInitialized(servletContextEvent);
static boolean checkAllClear()
void proceedIfAllClear()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.startup.JiraLauncher

Public Constructors

public JiraSchedulerLauncher ()

Public Methods

public void start ()

Called during JIRA "startup". Despite no longer being multitenant, it is still a good idea to chunk this. The order is defined in DefaultJiraLauncher

The logic for ordering all of this will be handled by the DefaultJiraLauncher.

public void stop ()

Called when JIRA is shutting down. Just like startup this can . The logic of what exactly happens when is encapsulated in the DefaultJiraLauncher.

Protected Methods

protected static boolean canCreateScheduler ()

This ends up being called back by super.contextInitialized(servletContextEvent);

Returns
  • true if the JIRA is setup

protected static boolean checkAllClear ()

protected void proceedIfAllClear ()