Class ScheduledJob

java.lang.Object
org.apache.camel.routepolicy.quartz.ScheduledJob
All Implemented Interfaces:
Serializable, ScheduledRoutePolicyConstants, org.quartz.Job

public class ScheduledJob extends Object implements org.quartz.Job, Serializable, ScheduledRoutePolicyConstants
See Also:
  • Constructor Details

    • ScheduledJob

      public ScheduledJob()
  • Method Details

    • execute

      public void execute(org.quartz.JobExecutionContext jobExecutionContext) throws org.quartz.JobExecutionException
      Specified by:
      execute in interface org.quartz.Job
      Throws:
      org.quartz.JobExecutionException