Package org.frankframework.scheduler.job
Class IbisActionJob
java.lang.Object
org.frankframework.core.TransactionAttributes
org.frankframework.scheduler.AbstractJobDef
org.frankframework.scheduler.job.ActionJob
org.frankframework.scheduler.job.IbisActionJob
- All Implemented Interfaces:
HasTransactionAttribute
,IConfigurable
,IConfigurationAware
,INamedObject
,IScopeProvider
,IJob
,org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
@ConfigurationWarning("IbisActionJob has been renamed to ActionJob")
@Deprecated(since="8.2.0",
forRemoval=true)
public class IbisActionJob
extends ActionJob
Deprecated, for removal: This API element is subject to removal in a future version.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.frankframework.scheduler.job.ActionJob
ActionJob.AvailableAction
-
Field Summary
Fields inherited from class org.frankframework.core.TransactionAttributes
log
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class org.frankframework.scheduler.job.ActionJob
configure, execute, getAdapterManager, getAdapterName, getConfigurationName, getReceiverName, setAction, setAdapterManager, setAdapterName, setConfigurationName, setReceiverName
Methods inherited from class org.frankframework.scheduler.AbstractJobDef
beforeExecuteJob, 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, toString
Methods inherited from class org.frankframework.core.TransactionAttributes
configureTransactionAttributes, getTransactionAttribute, getTransactionTimeout, getTxDef, isTransacted, isTransacted, setTransacted, setTransactionAttribute, setTransactionTimeout
-
Constructor Details
-
IbisActionJob
public IbisActionJob()Deprecated, for removal: This API element is subject to removal in a future version.
-