org.apache.cocoon.components.cron
Interface ConfigurableCronJob

All Superinterfaces:
CronJob
All Known Implementing Classes:
CocoonPipelineCronJob, TestCronJob, UpdateTarget

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.java 30941 2004-07-29 19:56:58Z vgritsenko $
Author:
Giacomo Pati

Field Summary
 
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
 

Method Detail

setup

public void setup(Parameters pars,
                  Map objects)
Setup CronJob with additional information first

Parameters:
pars - Any Parameters
objects - Some additional Objects


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.