Package org.frankframework.scheduler.job
Class Job
java.lang.Object
org.frankframework.core.TransactionAttributes
org.frankframework.scheduler.AbstractJobDef
org.frankframework.scheduler.job.Job
- All Implemented Interfaces:
HasTransactionAttribute
,IConfigurable
,IConfigurationAware
,INamedObject
,IScopeProvider
,IJob
,org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
Deprecated.
Placeholder class to allow legacy configuration notations
<job function='SendMessage' />
in the new Frank!Config XSD.
The attribute function has been removed in favor of explicit JobDefinitions such as: SendMessageJob, ExecuteQueryJob and ActionJob. Using the new elements enables the use of auto-completion for the specified type.
- Author:
- Niels Meijer
-
Field Summary
Fields inherited from class org.frankframework.core.TransactionAttributes
log
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Deprecated.Actual implementation of theIJob
.Deprecated.void
setFunction
(JobDefFunctions function) Deprecated.toString()
Deprecated.Methods inherited from class org.frankframework.scheduler.AbstractJobDef
beforeExecuteJob, configure, decrementCountThreads, executeJob, getApplicationContext, getConfigurationClassLoader, getCronExpression, getDescription, getIbisManager, getInterval, getJobDetail, getJobGroup, getLocker, getLogPrefix, getMessageKeeper, getName, getNumThreads, incrementCountThreads, isConfigured, setApplicationContext, setConfigurationMetrics, setCronExpression, setDescription, setInterval, setJobGroup, setLocker, setMessageKeeperSize, setName, setNumThreads
Methods inherited from class org.frankframework.core.TransactionAttributes
configureTransactionAttributes, getTransactionAttribute, getTransactionTimeout, getTxDef, isTransacted, isTransacted, setTransacted, setTransactionAttribute, setTransactionTimeout
-
Constructor Details
-
Job
public Job()Deprecated.
-
-
Method Details
-
execute
public void execute()Deprecated.Description copied from interface:IJob
Actual implementation of theIJob
. Is wrapped around aLocker
andexceptions
will be managed automatically. -
toString
Deprecated.- Overrides:
toString
in classAbstractJobDef
-
setFunction
Deprecated. -
getFunction
Deprecated.
-