org.apache.cocoon.components.cron
Class ServiceableCronJob
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
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
Fields inherited from interface org.apache.cocoon.components.cron.CronJob |
ROLE |
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 |
manager
protected ServiceManager manager
- The service manager
ServiceableCronJob
public ServiceableCronJob()
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.