public class IbisActionJob extends JobDef
Modifier and Type | Class and Description |
---|---|
static class |
IbisActionJob.Action |
log
Constructor and Description |
---|
IbisActionJob() |
Modifier and Type | Method and Description |
---|---|
void |
configure() |
void |
execute()
Actual implementation of the
IJob . |
void |
setAction(IbisActionJob.Action action) |
void |
setAdapterName(String adapterName)
Adapter on which job operates
|
void |
setConfigurationName(String configurationName)
Configuration on which job operates
|
void |
setFunction(IbisActionJob.Action function)
Deprecated.
|
void |
setReceiverName(String receiverName)
Receiver on which job operates
|
beforeExecuteJob, decrementCountThreads, executeJob, getIbisManager, getJobDetail, getLogPrefix, getMessageKeeper, getStatisticsKeeper, incrementCountThreads, setCronExpression, setDescription, setInterval, setJobGroup, setLocker, setMessageKeeperSize, setName, setNumThreads, toString
configureTransactionAttributes, isTransacted, isTransacted, setTransacted, setTransactionTimeout
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCronExpression, getInterval, getJobGroup, getLocker, getName, isConfigured
getApplicationContext
getConfigurationClassLoader
setApplicationContext
getTransactionAttribute, getTransactionTimeout, getTxDef, setTransactionAttribute
public void configure() throws ConfigurationException
configure
in interface IConfigurable
configure
in class JobDef
ConfigurationException
public void execute()
IJob
IJob
. Is wrapped around a Locker
, exceptions
and statistics
will be managed automatically.@Mandatory public void setAction(IbisActionJob.Action action)
@Deprecated public void setFunction(IbisActionJob.Action function)
public void setConfigurationName(String configurationName)
public void setAdapterName(String adapterName)
public void setReceiverName(String receiverName)
Copyright © 2023 Frank!Framework. All rights reserved.