org.apache.camel.component.quartz2
Class StatefulCamelJob

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

@PersistJobDataAfterExecution
@DisallowConcurrentExecution
public class StatefulCamelJob
extends CamelJob

A stateful job for CamelJob. For Quartz, this means it will re-save all job data map after each job execution, and it will not run concurrently within the Quartz thread pool even if you have multiple triggers or misfired instruct to do so.


Constructor Summary
StatefulCamelJob()
           
 
Method Summary
 
Methods inherited from class org.apache.camel.component.quartz2.CamelJob
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatefulCamelJob

public StatefulCamelJob()


Apache Camel