Package org.frankframework.scheduler
Class ServiceJob
java.lang.Object
org.frankframework.scheduler.AbstractJob
org.frankframework.scheduler.ServiceJob
- All Implemented Interfaces:
org.quartz.Job
Job, generated by SchedulerSender, for sending messages to a javalistener.
The Quartz scheduler is used for scheduling.
Job is registered at runtime by the SchedulerSender
- Author:
- John Dekker
-
Field Summary
Fields inherited from class org.frankframework.scheduler.AbstractJob
log
-
Constructor Summary
-
Method Summary
Methods inherited from class org.frankframework.scheduler.AbstractJob
getLogPrefix, getLogPrefix
-
Field Details
-
JAVALISTENER_KEY
- See Also:
-
CORRELATIONID_KEY
- See Also:
-
MESSAGE_KEY
- See Also:
-
-
Constructor Details
-
ServiceJob
public ServiceJob()
-
-
Method Details
-
execute
public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException - Throws:
org.quartz.JobExecutionException
-