pitcher.pem (version 0.1, 09 May 2003)
index
e:\bothans\pitcher\pem.py

Plugin Execution Manager

 
Modules
            
common
logging
signal
sys
 
Classes
            
common.crontab.CrontabSniper(threading.Thread)
PluginExecutionManager
 
class PluginExecutionManager(common.crontab.CrontabSniper)
       
  
Method resolution order:
PluginExecutionManager
common.crontab.CrontabSniper
threading.Thread
threading._Verbose

Methods defined here:
__init__(self, config, router, peers)
addMonitoredServiceTask(self, mservice)
handleEvent(self, stdout, entry, time, taken)
Each time an entry executes its command, this method is called
wash(self)

Data and non-method functions defined here:
__doc__ = None
__module__ = 'pitcher.pem'

Methods inherited from common.crontab.CrontabSniper:
run(self)
Gets next crontab events and calls handleEvent
stop(self)
Stop the sniper

Methods inherited from threading.Thread:
_Thread__bootstrap = __bootstrap(self)
_Thread__delete = __delete(self)
_Thread__stop = __stop(self)
__repr__(self)
_set_daemon(self)
getName(self)
isAlive(self)
isDaemon(self)
join(self, timeout=None)
setDaemon(self, daemonic)
setName(self, name)
start(self)

Data and non-method functions inherited from threading.Thread:
_Thread__initialized = 0

Methods inherited from threading._Verbose:
_note(self, format, *args)
 
Data
             __author__ = 'David Ferlier <david@netbsd-fr.org>'
__date__ = '09 May 2003'
__file__ = r'e:\bothans\pitcher\pem.pyc'
__license__ = 'This file is part of Bothans\n Bothans is free...lace, Suite 330, Boston, MA 02111-1307 USA\n '
__name__ = 'pitcher.pem'
__status__ = 'beta'
__version__ = '0.1'
log = <logging.Logger instance at 0x008D16F8>
 
Author
             David Ferlier <david@netbsd-fr.org>