org.apache.camel.component.quartz
Class StatefulCamelJob
java.lang.Object
org.apache.camel.component.quartz.StatefulCamelJob
- All Implemented Interfaces:
- org.quartz.Job, org.quartz.StatefulJob
public class StatefulCamelJob
- extends Object
- implements org.quartz.StatefulJob
|
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 |
StatefulCamelJob
public StatefulCamelJob()
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