Ernst Bunders wrote: > but i need the parameters from the configuration. how do i get those if > i dont extend abstractCronjob? > it seems an interface extending runnable with some method like > setConfiguration(Map params) would do the trick. > Or am i missing something here?
That would be the CronJob interface, which extends from Runnable. AbstractConJob is there only for your convenience, you don't need to use it. Michiel -- Michiel Meeuwissen mihxil' Mediacentrum 140 H'sum [] () +31 (0)35 6772979 nl_NL eo_XX en_US _______________________________________________ Developers mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/developers
