org.apache.cocoon.components.cron
Interface ConfigurableCronJob
- All Superinterfaces:
- CronJob
- All Known Implementing Classes:
- CocoonPipelineCronJob, TestCronJob
public interface ConfigurableCronJob
- extends CronJob
This is a configurable cron job. Before the execute/run method is called the setup method is invoked.
- Since:
- 2.1.1
- Version:
- CVS $Id: ConfigurableCronJob.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Giacomo Pati
Fields inherited from interface org.apache.cocoon.components.cron.CronJob |
ROLE |
Method Summary |
void |
setup(Parameters pars,
Map objects)
Setup CronJob with additional information first |
Methods inherited from interface org.apache.cocoon.components.cron.CronJob |
execute |
setup
void setup(Parameters pars,
Map objects)
- Setup CronJob with additional information first
- Parameters:
pars
- Any Parametersobjects
- Some additional Objects
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.