org.apache.cocoon.components.cron
Class CocoonQuartzJobExecutor
java.lang.Object
org.apache.cocoon.components.cron.QuartzJobExecutor
org.apache.cocoon.components.cron.CocoonQuartzJobExecutor
- All Implemented Interfaces:
- org.quartz.Job
public class CocoonQuartzJobExecutor
- extends QuartzJobExecutor
This component is resposible to launch a CronJob
s in a Quart Scheduler.
- Since:
- 2.1.1
- Version:
- CVS $Id: CocoonQuartzJobExecutor.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Giacomo Pati
Method Summary |
protected void |
release(org.quartz.JobDataMap data)
|
protected void |
setup(org.quartz.JobDataMap data)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CocoonQuartzJobExecutor
public CocoonQuartzJobExecutor()
setup
protected void setup(org.quartz.JobDataMap data)
throws org.quartz.JobExecutionException
- Overrides:
setup
in class QuartzJobExecutor
- Throws:
org.quartz.JobExecutionException
release
protected void release(org.quartz.JobDataMap data)
- Overrides:
release
in class QuartzJobExecutor
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.