[Zope] Re: How to make a zclass as default Xron methods?

Loren Stafford lstaffor@dynalogic.com
Tue, 30 Jan 2001 07:59:09 -0800


Best to address questions to the Zope mailing list. You'll get more prompt
answers coupled with the collective experience of hundreds of users.

I'm not sure exactly what you are asking, but I'll try to clarify, anyway...

self.executeAt is the property that holds the next scheduled execution time.
This property is set by manage_addXronDTMLMethod to hold the first scheduled
execution time, and changed periodically by 'reschedule'.

Could change addXronDTMLMethod.dtml to expose only executeAt but not
periodDays or you could do the same by changing manage_addXronDTMLMethod
(which is invoked by addXronDTMLMethod.dtml).

-- Hope that helps
-- Loren

----- Original Message -----
From: "Dirksen Lau" <dirksen.lau@polyu.edu.hk>
To: "Loren Stafford" <lstaffor@dynalogic.com>
Sent: Monday, January 01, 2001 7:51 PM
Subject: How to make a zclass as default Xron methods?


> Hi Loren,
>
> I want to subclass Xron method, and provide default action and reschedule
> interval, leaving the initial time for customization. Which method to
> override so as to preset the Scheduled Method?
>
> cheers
> Dirksen
>
>