[Yanel-dev] Re: [Yanel-commits] rev 47020 - in public/yanel/trunk/src/impl/java/org/wyona/yanel/impl: . scheduler

Guillaume Déflache guillaume.deflache at wyona.com
Mon Jan 11 15:33:50 CET 2010


michi at wyona.com wrote:
> Author: michi
> Date: 2010-01-11 11:01:21 +0100 (Mon, 11 Jan 2010)
> New Revision: 47020
> 
> Added:
>    public/yanel/trunk/src/impl/java/org/wyona/yanel/impl/scheduler/
>    public/yanel/trunk/src/impl/java/org/wyona/yanel/impl/scheduler/QuartzSchedulerUtil.java
> Log:
> quartz scheduler util started
> [...]
> +    public static void schedule(Scheduler scheduler, Document doc, String groupName) {
> +        log.warn("Add jobs for group '" + groupName + "' to scheduler.");
> +    }
> +}

Did we give up on the idea of a implementation-independant scheduler 
(cf. 
<http://lists.wyona.org/pipermail/yanel-development/2009-December/004217.html>)?

If not yet, we might want to move the 
org.wyona.yanel.impl.scheduler.QuartzSchedulerUtil class to 
org/wyona/yanel/servlet to be able to keep it package-protected for now, 
as it is highly Quartz-specific.


More information about the Yanel-development mailing list