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:
FrankElement
,HasApplicationContext
,HasName
,HasTransactionAttribute
,IConfigurable
,IScopeProvider
,NameAware
,ConfigurableLifecycle
,IJob
,org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
,org.springframework.context.Lifecycle
,org.springframework.context.Phased
,org.springframework.context.SmartLifecycle
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
Fields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Deprecated.Is wrapped around aLocker
andexceptions
will be managed automatically.void
setFunction
(JobDefFunctions function) Deprecated.toString()
Deprecated.Methods inherited from class org.frankframework.scheduler.AbstractJobDef
beforeExecuteJob, configure, decrementCountThreads, executeJob, getIbisManager, getJobDetail, getMessageKeeper, incrementCountThreads, isRunning, setCronExpression, setDescription, setInterval, setJobGroup, setLocker, setMessageKeeperSize, setName, setNumThreads, start, stop
Methods inherited from class org.frankframework.core.TransactionAttributes
configureTransactionAttributes, isTransacted, isTransacted, setTransacted, setTransactionTimeout
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContext
Methods inherited from interface org.frankframework.lifecycle.ConfigurableLifecycle
getPhase, isAutoStartup
Methods inherited from interface org.frankframework.core.HasApplicationContext
getApplicationContext, getConfigurationClassLoader
Methods inherited from interface org.frankframework.core.HasTransactionAttribute
getTransactionAttribute, getTransactionTimeout, getTxDef, setTransactionAttribute
Methods inherited from interface org.frankframework.scheduler.job.IJob
getCronExpression, getInterval, getJobGroup, getLocker, getName, isConfigured
Methods inherited from interface org.springframework.context.SmartLifecycle
stop
-
Constructor Details
-
Job
public Job()Deprecated.
-
-
Method Details
-
execute
public void execute()Deprecated.Description copied from class:AbstractJobDef
Is wrapped around aLocker
andexceptions
will be managed automatically.- Specified by:
execute
in classAbstractJobDef
-
toString
Deprecated.- Overrides:
toString
in classAbstractJobDef
-
setFunction
Deprecated.
-