Package org.frankframework.scheduler.job
Class RecoverAdaptersJob
java.lang.Object
org.frankframework.core.TransactionAttributes
org.frankframework.scheduler.AbstractJobDef
org.frankframework.scheduler.job.RecoverAdaptersJob
- 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
Frank!Framework Adapter recovery-job, which monitors all adapter states, attempts to recover them if required,
and logs this information to the
HEARTBEAT log appender.-
Field Summary
FieldsFields inherited from class org.frankframework.core.TransactionAttributes
logFields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()Is wrapped around aLockerandexceptionswill be managed automatically.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, toStringMethods inherited from class org.frankframework.core.TransactionAttributes
configureTransactionAttributes, isTransacted, isTransacted, setTransacted, setTransactionTimeoutMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContextMethods inherited from interface org.frankframework.lifecycle.ConfigurableLifecycle
getPhase, isAutoStartupMethods inherited from interface org.frankframework.core.FrankElement
addConfigWarningMethods inherited from interface org.frankframework.core.HasApplicationContext
getApplicationContext, getConfigurationClassLoaderMethods inherited from interface org.frankframework.core.HasTransactionAttribute
getTransactionAttribute, getTransactionTimeout, getTxDef, setTransactionAttributeMethods inherited from interface org.frankframework.scheduler.job.IJob
getCronExpression, getInterval, getJobGroup, getLocker, getName, isConfiguredMethods inherited from interface org.springframework.context.SmartLifecycle
stop
-
Field Details
-
heartbeatLog
protected org.apache.logging.log4j.Logger heartbeatLog
-
-
Constructor Details
-
RecoverAdaptersJob
public RecoverAdaptersJob()
-
-
Method Details
-
execute
public void execute()Description copied from class:AbstractJobDefIs wrapped around aLockerandexceptionswill be managed automatically.- Specified by:
executein classAbstractJobDef
-