public class SendMessageJob extends JobDef
log
Constructor and Description |
---|
SendMessageJob() |
Modifier and Type | Method and Description |
---|---|
void |
configure() |
void |
execute()
Actual implementation of the
IJob . |
void |
setJavaListener(String javaListener)
JavaListener to send the message to
|
void |
setMessage(String message)
message to be sent into the pipeline
|
void |
setReceiverName(String receiverName)
Deprecated.
|
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() throws JobExecutionException, TimeoutException
IJob
IJob
. Is wrapped around a Locker
, exceptions
and statistics
will be managed automatically.JobExecutionException
- when the implementation fails to executeTimeoutException
- when the TransactionTimeout has been reachedpublic void setJavaListener(String javaListener)
@Deprecated @ConfigurationWarning(value="Please use attribute javaListener instead") public void setReceiverName(String receiverName)
public void setMessage(String message)
Copyright © 2023 Frank!Framework. All rights reserved.