Class ServiceJob

java.lang.Object
org.frankframework.scheduler.BaseJob
org.frankframework.scheduler.ServiceJob
All Implemented Interfaces:
org.quartz.Job

public class ServiceJob extends BaseJob
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 Details

  • Constructor Details

    • ServiceJob

      public ServiceJob()
  • Method Details

    • execute

      public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException
      Throws:
      org.quartz.JobExecutionException