org.apache.camel.component.quartz2
Class CamelJob

java.lang.Object
  extended by org.apache.camel.component.quartz2.CamelJob
All Implemented Interfaces:
org.quartz.Job
Direct Known Subclasses:
StatefulCamelJob

public class CamelJob
extends Object
implements org.quartz.Job

This is a Quartz Job that is scheduled by QuartzEndpoint's Consumer and will call it to produce a QuartzMessage sending to a route.


Constructor Summary
CamelJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CamelJob

public CamelJob()
Method Detail

execute

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


Apache Camel