org.apache.camel.component.quartz
Class QuartzComponent
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultComponent
org.apache.camel.component.quartz.QuartzComponent
- All Implemented Interfaces:
- Component, Service
public class QuartzComponent
- extends DefaultComponent
A Quartz Component
For a bried tutorial on setting cron expression see
Quartz cron tutorial.
- Version:
- $Revision:520964 $
| Methods inherited from class org.apache.camel.impl.DefaultComponent |
convertTo, createEndpoint, createScheduledExecutorService, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getExecutorService, getScheduledExecutorService, ifStartsWithReturnRemainder, lookup, lookup, mandatoryConvertTo, mandatoryLookup, mandatoryLookup, newInstance, setCamelContext, setExecutorService, setProperties, useIntrospectionOnEndpoint, validateParameters, validateURI |
| Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, removeChildService, start, stop |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuartzComponent
public QuartzComponent()
QuartzComponent
public QuartzComponent(CamelContext context)
createEndpoint
protected QuartzEndpoint createEndpoint(String uri,
String remaining,
Map parameters)
throws Exception
- Specified by:
createEndpoint in class DefaultComponent
- Throws:
Exception
createCronTrigger
protected org.quartz.CronTrigger createCronTrigger(String path)
throws ParseException
- Throws:
ParseException
doStart
protected void doStart()
throws Exception
- Overrides:
doStart in class DefaultComponent
- Throws:
Exception
doStop
protected void doStop()
throws Exception
- Overrides:
doStop in class DefaultComponent
- Throws:
Exception
getFactory
public org.quartz.SchedulerFactory getFactory()
setFactory
public void setFactory(org.quartz.SchedulerFactory factory)
getScheduler
public org.quartz.Scheduler getScheduler()
throws org.quartz.SchedulerException
- Throws:
org.quartz.SchedulerException
setScheduler
public void setScheduler(org.quartz.Scheduler scheduler)
getTriggers
public Map<org.quartz.Trigger,org.quartz.JobDetail> getTriggers()
setTriggers
public void setTriggers(Map<org.quartz.Trigger,org.quartz.JobDetail> triggers)
createSchedulerFactory
protected org.quartz.SchedulerFactory createSchedulerFactory()
createScheduler
protected org.quartz.Scheduler createScheduler()
throws org.quartz.SchedulerException
- Throws:
org.quartz.SchedulerException
Apache CAMEL