Package turbogears :: Module scheduler :: Class ThreadedMonthdayTask

Class ThreadedMonthdayTask

source code

            object --+    
                     |    
     ThreadedTaskMixin --+
                         |
        object --+       |
                 |       |
DayTaskRescheduler --+   |
                     |   |
        object --+   |   |
                 |   |   |
              Task --+   |
                     |   |
          MonthdayTask --+
                         |
                        ThreadedMonthdayTask

Monthday Task that executes in its own thread.

Instance Methods

Inherited from ThreadedTaskMixin: __call__, threadedcall

Inherited from MonthdayTask: __init__, execute

Inherited from DayTaskRescheduler: get_schedule_time, reschedule

Inherited from Task: handle_exception

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__