Class ScheduledJob

java.lang.Object
org.chenile.scheduler.jobs.ScheduledJob
All Implemented Interfaces:
org.quartz.Job

public class ScheduledJob extends Object implements org.quartz.Job
  • Constructor Details

    • ScheduledJob

      public ScheduledJob()
  • Method Details

    • execute

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

      private void copyHeaders(ChenileExchange exchange, org.quartz.JobExecutionContext context)
    • getServiceDefinition

      private ChenileServiceDefinition getServiceDefinition(org.quartz.JobExecutionContext context)
    • getOperationDefinition

      private OperationDefinition getOperationDefinition(org.quartz.JobExecutionContext context)
    • getChenileEntryPoint

      private ChenileEntryPoint getChenileEntryPoint(org.quartz.JobExecutionContext context)
    • getFromMap

      private <T> T getFromMap(String key, org.quartz.JobExecutionContext context)