Home | Trees | Index | Help |
|
---|
Package twisted :: Package runner :: Module procmon :: Class ProcessMonitor |
|
Accessor
--+ |Versioned
--+ |ApplicationService
--+ | ProcessMonitor
Method Summary | |
---|---|
__init__(self,
*args,
**kw)
| |
__getstate__(self)
| |
__repr__(self)
| |
_checkConsistency(self)
| |
_forceStopProcess(self,
proc)
| |
addProcess(self,
name,
args,
uid,
gid)
| |
connectionLost(self,
name)
| |
removeProcess(self,
name)
| |
restartAll(self)
| |
startProcess(self,
name)
| |
This call is made as a service starts up. | |
stopProcess(self,
name)
| |
This call is made before shutdown. | |
Inherited from ApplicationService | |
Have my parent disown me. | |
| |
| |
| |
Set my parent, which must be a service collection of some kind. | |
| |
Inherited from Accessor | |
| |
| |
| |
*actually* del self.k without incurring side-effects. | |
*actually* set self.k to v without incurring side-effects. | |
Inherited from Versioned | |
| |
(internal) Do a version upgrade. |
Class Variable Summary | |
---|---|
int |
active = 0 |
NoneType |
consistency = None |
int |
consistencyDelay = 60 |
int |
killTime = 5 |
int |
threshold = 1 |
Inherited from ApplicationService | |
int |
persistenceVersion = 1 |
NoneType |
serviceName = None |
NoneType |
serviceParent = None |
int |
serviceRunning = 0 |
NoneType |
serviceType = None |
Inherited from Versioned | |
tuple |
persistenceForgets = ()
|
Method Details |
---|
startService(self)This call is made as a service starts up.
|
stopService(self)This call is made before shutdown.
|
Class Variable Details |
---|
active
|
consistency
|
consistencyDelay
|
killTime
|
threshold
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Sat Sep 13 04:20:49 2003 | http://epydoc.sf.net |