Home | Trees | Indices | Help |
---|
|
object --+ | threading._Verbose --+ | threading.Thread --+ | ProcessMonitor
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
bool |
|
||
Process |
|
||
bool |
|
||
|
|||
|
|||
[[(str, int),], [(str,int),]] |
|
||
|
|||
Inherited from Inherited from |
Properties | |
Inherited from Inherited from |
Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Listener for process events. MUST be called before ProcessMonitor is running.See ProcessListener class.
|
Register process with ProcessMonitor
|
Register core process with ProcessMonitor. Coreprocesses have special shutdown semantics. They are killed after all other processes, in reverse order in which they are added. @param p Process
|
Inform the process monitor that registrations are complete. After the registrations_complete flag is set, process monitor will exit if there are no processes left to monitor. |
|
|
Kill process that matches name. NOTE: a killed process will continue to show up as active until the process monitor thread has caught that it has died.
|
|
thread routine of the process monitor.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Jan 11 12:18:04 2013 | http://epydoc.sourceforge.net |