public class

TaskQueueFlushJob

extends AbstractJob
java.lang.Object
   ↳ org.springframework.scheduling.quartz.QuartzJobBean
     ↳ com.atlassian.quartz.jobs.AbstractJob
       ↳ com.atlassian.quartz.jobs.TaskQueueFlushJob
Known Direct Subclasses

Class Overview

Quartz job responsible for flushing the queue with the name specified

Summary

[Expand]
Inherited Constants
From class com.atlassian.quartz.jobs.AbstractJob
[Expand]
Inherited Fields
From class com.atlassian.quartz.jobs.AbstractJob
Public Constructors
TaskQueueFlushJob()
Public Methods
void doExecute(JobExecutionContext jobExecutionContext)
@Deprecated String getQueueName()
This method is deprecated. since 3.1. Use setQueueName(String) instead.
void setQueueName(String queueName)
void setTaskManager(MultiQueueTaskManager taskManager)
[Expand]
Inherited Methods
From class com.atlassian.quartz.jobs.AbstractJob
From class org.springframework.scheduling.quartz.QuartzJobBean
From class java.lang.Object
From interface com.opensymphony.xwork.LocaleProvider
From interface org.quartz.Job

Public Constructors

public TaskQueueFlushJob ()

Public Methods

public void doExecute (JobExecutionContext jobExecutionContext)

Throws
JobExecutionException

@Deprecated public String getQueueName ()

This method is deprecated.
since 3.1. Use setQueueName(String) instead.

This ancient method is often overriden by subclasses in plugins (which is why it has been deprecated and not removed).

Returns
  • the queue name of the job

public void setQueueName (String queueName)

public void setTaskManager (MultiQueueTaskManager taskManager)