com.atlassian.quartz.jobs
Class MailQueueFlushJob

java.lang.Object
  extended by org.springframework.scheduling.quartz.QuartzJobBean
      extended by com.atlassian.quartz.jobs.AbstractJob
          extended by com.atlassian.quartz.jobs.TaskQueueFlushJob
              extended by com.atlassian.quartz.jobs.MailQueueFlushJob
All Implemented Interfaces:
com.opensymphony.xwork.LocaleProvider, org.quartz.Job

public class MailQueueFlushJob
extends TaskQueueFlushJob


Field Summary
 
Fields inherited from class com.atlassian.quartz.jobs.AbstractJob
DEFAULT_SESSION_FACTORY_BEAN_NAME, textProviders
 
Constructor Summary
MailQueueFlushJob()
           
 
Method Summary
protected  java.lang.String getQueueName()
           
 
Methods inherited from class com.atlassian.quartz.jobs.TaskQueueFlushJob
doExecute, getTaskQueue, setTaskManager
 
Methods inherited from class com.atlassian.quartz.jobs.AbstractJob
addAssociatedActionForResources, allowConcurrentExecution, executeInternal, getLocale, getResourceBundle, getText, getText, setApplicationConfig, setSessionFactory
 
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
 

Constructor Detail

MailQueueFlushJob

public MailQueueFlushJob()
Method Detail

getQueueName

protected java.lang.String getQueueName()
Overrides:
getQueueName in class TaskQueueFlushJob


Copyright © 2003-2009 Atlassian Pty Ltd. All Rights Reserved.