org.apache.camel.component.quartz
Class StatefulCamelJob

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

public class StatefulCamelJob
extends CamelJob
implements org.quartz.StatefulJob

Stateful job

See Also:
Serialized Form

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

Constructor Detail

StatefulCamelJob

public StatefulCamelJob()


Apache Camel