JobRunner
instead.@Deprecated public abstract class AbstractJob extends com.atlassian.spring.quartz1.QuartzJobBean implements com.opensymphony.xwork.LocaleProvider
TODO CONFDEV-27139: remove the getText methods in next major release
Modifier and Type | Field and Description |
---|---|
protected List<com.opensymphony.xwork.TextProvider> |
textProviders
Deprecated.
|
Constructor and Description |
---|
AbstractJob()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addAssociatedActionForResources(Class actionClass)
Deprecated.
|
protected boolean |
allowConcurrentExecution()
Deprecated.
|
abstract void |
doExecute(org.quartz.JobExecutionContext jobExecutionContext)
Deprecated.
|
void |
executeInternal(org.quartz.JobExecutionContext jobExecutionContext)
Deprecated.
|
Locale |
getLocale()
Deprecated.
|
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)
Deprecated.
|
void |
setHibernateTemplate(org.springframework.orm.hibernate5.HibernateTemplate hibernateTemplate)
Deprecated.
|
void |
setSessionFactory(net.sf.hibernate.SessionFactory sessionFactory)
Deprecated.
|
protected List<com.opensymphony.xwork.TextProvider> textProviders
public void setSessionFactory(net.sf.hibernate.SessionFactory sessionFactory)
public void setHibernateTemplate(org.springframework.orm.hibernate5.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 com.atlassian.spring.quartz1.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–2020 Atlassian. All rights reserved.