org.apache.cocoon.portal.coplets.basket
Class BasketManagerImpl.Job
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.components.cron.ServiceableCronJob
org.apache.cocoon.portal.coplets.basket.BasketManagerImpl.Job
- All Implemented Interfaces:
- LogEnabled, Serviceable, CronJob
- Enclosing class:
- BasketManagerImpl
public static final class BasketManagerImpl.Job
- extends ServiceableCronJob
- implements CronJob
Fields inherited from interface org.apache.cocoon.components.cron.CronJob |
ROLE |
Method Summary |
void |
execute(String jobname)
This methods get called to allow an implementing class to do its supposed job |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
url
protected final String url
BasketManagerImpl.Job
public BasketManagerImpl.Job(String url,
ContentItem item)
execute
public void execute(String jobname)
- Description copied from interface:
CronJob
- This methods get called to allow an implementing class to do its supposed job
- Specified by:
execute
in interface CronJob
- Parameters:
jobname
- the name given to this job
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.