Trees | Indices | Help |
---|
|
object --+ | skytools.scripting.DBScript --+ | MaintenanceJob
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
Inherited from |
Properties | |
Inherited from |
Method Details |
Script setup. User class should override work() and optionally __init__(), startup(), reload(), reset() and init_optparse(). NB: in case of daemon, the __init__() and startup()/work() will be run in different processes. So nothing fancy should be done in __init__().
|
Will be called just before entering main loop. In case of daemon, if will be called in same process as work(), unlike __init__().
|
|
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Tue Mar 13 13:26:14 2007 | http://epydoc.sourceforge.net |