| Home | Trees | Index | Help |
|---|
| Package twisted :: Package mail :: Module relaymanager :: Class RelayStateHelper |
|
Accessor --+
|
Versioned --+
|
ApplicationService --+
|
RelayStateHelper
| Method Summary | |
|---|---|
__init__(self,
manager,
delay,
*args,
**kw)
| |
__delattr__(self,
k)
(inherited from Accessor)
| |
__getattr__(self,
k)
(inherited from Accessor)
| |
Get state, adding a version number to it on its way out. (inherited from Versioned)
| |
__setattr__(self,
k,
v)
(inherited from Accessor)
| |
__setstate__(self,
state)
(inherited from Versioned)
| |
Have my parent disown me. (inherited from ApplicationService)
| |
get_application(self)
(inherited from ApplicationService)
| |
loop(self)
| |
*actually* del self.k without incurring side-effects. (inherited from Accessor)
| |
*actually* set self.k to v without incurring side-effects. (inherited from Accessor)
| |
set_application(self,
application)
(inherited from ApplicationService)
| |
setApplication(self,
application)
(inherited from ApplicationService)
| |
Set my parent, which must be a service collection of some kind. (inherited from ApplicationService)
| |
This call is made as a service starts up. | |
This call is made before shutdown. | |
upgradeToVersion1(self)
(inherited from ApplicationService)
| |
(internal) Do a version upgrade. (inherited from Versioned)
| |
| Class Variable Summary | |
|---|---|
NoneType |
loopCall
|
| Method Details |
|---|
startService(self)This call is made as a service starts up.
|
stopService(self)This call is made before shutdown.
|
| Class Variable Details |
|---|
loopCall
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.1 on Fri Jun 27 03:48:19 2003 | http://epydoc.sf.net |