Package org.frankframework.scheduler
Class AbstractJob
java.lang.Object
org.frankframework.scheduler.AbstractJob
- All Implemented Interfaces:
org.quartz.Job
- Direct Known Subclasses:
ConfiguredJob
,ServiceJob
Base class for jobs.
- Since:
- 4.0
- Author:
- Johan Verrips
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLogPrefix
(IJob jobDef) getLogPrefix
(org.quartz.JobExecutionContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.quartz.Job
execute
-
Field Details
-
log
protected org.apache.logging.log4j.Logger log
-
-
Constructor Details
-
AbstractJob
public AbstractJob()
-
-
Method Details
-
getLogPrefix
-
getLogPrefix
-