org.apache.camel.component.quartz
Class QuartzComponent

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultComponent
          extended by 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 $

Constructor Summary
QuartzComponent()
           
QuartzComponent(CamelContext context)
           
 
Method Summary
protected  org.quartz.CronTrigger createCronTrigger(String path)
           
protected  QuartzEndpoint createEndpoint(String uri, String remaining, Map parameters)
           
protected  org.quartz.Scheduler createScheduler()
           
protected  org.quartz.SchedulerFactory createSchedulerFactory()
           
protected  void doStart()
           
protected  void doStop()
           
 org.quartz.SchedulerFactory getFactory()
           
 org.quartz.Scheduler getScheduler()
           
 Map<org.quartz.Trigger,org.quartz.JobDetail> getTriggers()
           
 void setFactory(org.quartz.SchedulerFactory factory)
           
 void setScheduler(org.quartz.Scheduler scheduler)
           
 void setTriggers(Map<org.quartz.Trigger,org.quartz.JobDetail> triggers)
           
 
Methods inherited from class org.apache.camel.impl.DefaultComponent
convertTo, createEndpoint, createScheduledExecutorService, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getExecutorService, getScheduledExecutorService, ifStartsWithReturnRemainder, isReferenceParameter, lookup, lookup, mandatoryConvertTo, mandatoryLookup, mandatoryLookup, newInstance, setCamelContext, setExecutorService, setProperties, setReferenceProperties, 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
 

Constructor Detail

QuartzComponent

public QuartzComponent()

QuartzComponent

public QuartzComponent(CamelContext context)
Method Detail

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


Copyright © 2009 Apache Software Foundation. All Rights Reserved.