public abstract class AbstractJob
extends org.springframework.scheduling.quartz.QuartzJobBean
implements com.opensymphony.xwork.LocaleProvider
TODO CONFDEV-27139: remove the getText methods in next major release
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SESSION_FACTORY_BEAN_NAME |
protected List |
textProviders |
Constructor and Description |
---|
AbstractJob() |
Modifier and Type | Method and Description |
---|---|
void |
addAssociatedActionForResources(Class actionClass) |
protected boolean |
allowConcurrentExecution() |
abstract void |
doExecute(org.quartz.JobExecutionContext jobExecutionContext) |
void |
executeInternal(org.quartz.JobExecutionContext jobExecutionContext) |
Locale |
getLocale() |
ResourceBundle |
getResourceBundle()
Deprecated.
since 5.7
|
String |
getText(String textName)
Deprecated.
since 5.7
|
String |
getText(String textName,
List args)
Deprecated.
since 5.7
|
void |
setApplicationConfig(com.atlassian.config.ApplicationConfiguration applicationConfig) |
void |
setHibernateTemplate(org.springframework.orm.hibernate.HibernateTemplate hibernateTemplate) |
void |
setSessionFactory(net.sf.hibernate.SessionFactory sessionFactory) |
public static final String DEFAULT_SESSION_FACTORY_BEAN_NAME
protected List textProviders
public void setSessionFactory(net.sf.hibernate.SessionFactory sessionFactory)
public void setHibernateTemplate(org.springframework.orm.hibernate.HibernateTemplate hibernateTemplate)
public void setApplicationConfig(com.atlassian.config.ApplicationConfiguration applicationConfig)
public final void executeInternal(org.quartz.JobExecutionContext jobExecutionContext) throws org.quartz.JobExecutionException
executeInternal
in class org.springframework.scheduling.quartz.QuartzJobBean
org.quartz.JobExecutionException
public abstract void doExecute(org.quartz.JobExecutionContext jobExecutionContext) throws org.quartz.JobExecutionException
org.quartz.JobExecutionException
@Deprecated public ResourceBundle getResourceBundle()
protected boolean allowConcurrentExecution()
public Locale getLocale()
getLocale
in interface com.opensymphony.xwork.LocaleProvider
@Deprecated public String getText(String textName)
@Deprecated public String getText(String textName, List args)
public void addAssociatedActionForResources(Class actionClass)
Copyright © 2003–2016 Atlassian. All rights reserved.