org.apache.cocoon.portal.coplets.basket
Class BasketManagerImpl.Job

java.lang.Object
  extended by org.apache.avalon.framework.logger.AbstractLogEnabled
      extended by org.apache.cocoon.components.cron.ServiceableCronJob
          extended by 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


Field Summary
protected  String url
           
 
Fields inherited from class org.apache.cocoon.components.cron.ServiceableCronJob
manager
 
Fields inherited from interface org.apache.cocoon.components.cron.CronJob
ROLE
 
Constructor Summary
BasketManagerImpl.Job(String url, ContentItem item)
           
 
Method Summary
 void execute(String jobname)
          This methods get called to allow an implementing class to do its supposed job
 
Methods inherited from class org.apache.cocoon.components.cron.ServiceableCronJob
service
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

url

protected final String url
Constructor Detail

BasketManagerImpl.Job

public BasketManagerImpl.Job(String url,
                             ContentItem item)
Method Detail

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.