Class SendMessageJob.SendMessageJobSender
java.lang.Object
org.frankframework.senders.AbstractSender
org.frankframework.senders.AbstractSenderWithParameters
org.frankframework.senders.IbisLocalSender
org.frankframework.scheduler.job.SendMessageJob.SendMessageJobSender
- All Implemented Interfaces:
ConfigurationAware, FrankElement, HasApplicationContext, HasName, HasPhysicalDestination, IConfigurable, IScopeProvider, ISender, ISenderWithParameters, IWithParameters, NameAware, IThreadCreator, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.Lifecycle
- Enclosing class:
SendMessageJob
The sole purpose of this call is to prevent AOP wrapping around the sendMessage / sendMessageOrThrow methods.
This pollutes the Ladybug with 'unwanted' reports about jobs being fired, without any useful information in the report.
See org.frankframework.ibistesttool.IbisDebuggerAdvice for the exclusion
- Author:
- Niels Meijer
-
Field Summary
Fields inherited from class IbisLocalSender
threadLifeCycleEventListenerFields inherited from class AbstractSenderWithParameters
parameterNamesMustBeUnique, paramListFields inherited from class AbstractSender
log -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class IbisLocalSender
configure, getPhysicalDestinationName, sendMessage, setCheckDependency, setDependencyTimeOut, setIsolated, setJavaListener, setJavaListenerSessionKey, setReturnedSessionKeys, setServiceName, setSynchronous, setThrowJavaListenerNotFoundException, startMethods inherited from class AbstractSenderWithParameters
addParameter, checkStringAttributeOrParameter, consumesSessionVariable, getParameterList, getParameterOverriddenAttributeValue, getParameterOverriddenAttributeValue, getParameterValueListMethods inherited from class AbstractSender
createBean, getLogPrefix, getName, isRunning, setApplicationContext, setName, stopMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContextMethods inherited from interface ConfigurationAware
setConfigurationMethods inherited from interface FrankElement
addConfigWarningMethods inherited from interface HasApplicationContext
getApplicationContext, getConfigurationClassLoaderMethods inherited from interface ISender
isSynchronous, sendMessageOrThrow, stopMethods inherited from interface IThreadCreator
setThreadLifeCycleEventListener
-
Constructor Details
-
SendMessageJobSender
public SendMessageJobSender()
-