Package org.frankframework.scheduler.job
Class CheckReloadJob
java.lang.Object
org.frankframework.core.TransactionAttributes
org.frankframework.scheduler.AbstractJobDef
org.frankframework.scheduler.job.CheckReloadJob
- All Implemented Interfaces:
HasTransactionAttribute
,IConfigurable
,IConfigurationAware
,INamedObject
,IScopeProvider
,IJob
,org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
Frank!Framework job which periodically looks in the
IBISCONFIG
table to see if a new Configuration
should be loaded.-
Field Summary
Fields inherited from class org.frankframework.core.TransactionAttributes
log
-
Constructor Summary
-
Method Summary
Methods inherited from class org.frankframework.scheduler.AbstractJobDef
configure, 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
-
CheckReloadJob
public CheckReloadJob()
-
-
Method Details
-
beforeExecuteJob
public boolean beforeExecuteJob()Description copied from class:AbstractJobDef
Called before executeJob to prepare resources for executeJob method. Returns false if job does not need to run- Overrides:
beforeExecuteJob
in classAbstractJobDef
-
execute
public void execute()Description copied from interface:IJob
Actual implementation of theIJob
. Is wrapped around aLocker
andexceptions
will be managed automatically. -
getDataSource
-