com.atlassian.quartz.jobs
Class TaskQueueFlushJob
java.lang.Object
org.springframework.scheduling.quartz.QuartzJobBean
com.atlassian.quartz.jobs.AbstractJob
com.atlassian.quartz.jobs.TaskQueueFlushJob
- All Implemented Interfaces:
- com.opensymphony.xwork.LocaleProvider, org.quartz.Job
- Direct Known Subclasses:
- MailQueueFlushJob
public class TaskQueueFlushJob
- extends AbstractJob
Quartz job responsible for flushing the queue with the name specified
Methods inherited from class org.springframework.scheduling.quartz.QuartzJobBean |
execute |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskQueueFlushJob
public TaskQueueFlushJob()
doExecute
public void doExecute(org.quartz.JobExecutionContext jobExecutionContext)
throws org.quartz.JobExecutionException
- Specified by:
doExecute
in class AbstractJob
- Throws:
org.quartz.JobExecutionException
getQueueName
@Deprecated
public java.lang.String getQueueName()
- 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
setQueueName
public void setQueueName(java.lang.String queueName)
setTaskManager
public void setTaskManager(com.atlassian.core.task.MultiQueueTaskManager taskManager)
Copyright © 2003-2013 Atlassian. All Rights Reserved.