org.apache.camel.component.quartz
Class QuartzComponent
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultComponent<QuartzExchange>
org.apache.camel.component.quartz.QuartzComponent
- All Implemented Interfaces:
- org.apache.camel.Component<QuartzExchange>, org.apache.camel.Service
public class QuartzComponent
- extends org.apache.camel.impl.DefaultComponent<QuartzExchange>
A Quartz Component
- Version:
- $Revision:520964 $
Methods inherited from class org.apache.camel.impl.DefaultComponent |
createEndpoint, createExecutorService, getCamelContext, getExecutorService, setCamelContext, setExecutorService |
Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, getThreadName, isStarted, isStopped, isStopping, nextThreadCounter, 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(org.apache.camel.CamelContext context)
createEndpoint
protected QuartzEndpoint createEndpoint(String uri,
String remaining,
Map parameters)
throws Exception
- Specified by:
createEndpoint
in class org.apache.camel.impl.DefaultComponent<QuartzExchange>
- Throws:
Exception
doStart
protected void doStart()
throws Exception
- Overrides:
doStart
in class org.apache.camel.impl.DefaultComponent<QuartzExchange>
- Throws:
Exception
doStop
protected void doStop()
throws Exception
- Overrides:
doStop
in class org.apache.camel.impl.DefaultComponent<QuartzExchange>
- 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 getTriggers()
setTriggers
public void setTriggers(Map triggers)
createSchedulerFactory
protected org.quartz.SchedulerFactory createSchedulerFactory()
createScheduler
protected org.quartz.Scheduler createScheduler()
throws org.quartz.SchedulerException
- Throws:
org.quartz.SchedulerException
Copyright © 2007 Apache Software Foundation. All Rights Reserved.