org.apache.cocoon.components.cron
Class ServiceableCronJob

java.lang.Object
  extended by org.apache.avalon.framework.logger.AbstractLogEnabled
      extended by org.apache.cocoon.components.cron.ServiceableCronJob
All Implemented Interfaces:
LogEnabled, Serviceable, CronJob
Direct Known Subclasses:
BasketManagerImpl.Job, CocoonPipelineCronJob, TestCronJob

public abstract class ServiceableCronJob
extends AbstractLogEnabled
implements CronJob, Serviceable

Serviceable CronJob

Since:
2.1.4
Version:
CVS $Id: ServiceableCronJob.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Reinhard Poetz

Field Summary
protected  ServiceManager manager
          The service manager
 
Fields inherited from interface org.apache.cocoon.components.cron.CronJob
ROLE
 
Constructor Summary
ServiceableCronJob()
           
 
Method Summary
 void service(ServiceManager manager)
           
 
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
 
Methods inherited from interface org.apache.cocoon.components.cron.CronJob
execute
 

Field Detail

manager

protected ServiceManager manager
The service manager

Constructor Detail

ServiceableCronJob

public ServiceableCronJob()
Method Detail

service

public void service(ServiceManager manager)
             throws ServiceException
Specified by:
service in interface Serviceable
Throws:
ServiceException


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.