org.apache.cocoon.components.cron
Class CocoonQuartzJobExecutor

java.lang.Object
  extended by org.apache.cocoon.components.cron.QuartzJobExecutor
      extended by org.apache.cocoon.components.cron.CocoonQuartzJobExecutor
All Implemented Interfaces:
org.quartz.Job

public class CocoonQuartzJobExecutor
extends QuartzJobExecutor

This component is resposible to launch a CronJobs in a Quart Scheduler.

Since:
2.1.1
Version:
CVS $Id: CocoonQuartzJobExecutor.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Giacomo Pati

Field Summary
 
Fields inherited from class org.apache.cocoon.components.cron.QuartzJobExecutor
m_context, m_logger, m_manager
 
Constructor Summary
CocoonQuartzJobExecutor()
           
 
Method Summary
protected  void release(org.quartz.JobDataMap data)
           
protected  void setup(org.quartz.JobDataMap data)
           
 
Methods inherited from class org.apache.cocoon.components.cron.QuartzJobExecutor
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CocoonQuartzJobExecutor

public CocoonQuartzJobExecutor()
Method Detail

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.