Home | Trees | Index | Help |
|
---|
Package twisted :: Package application :: Module service :: Class Service |
|
BotMaster
,
ChangeSource
,
MaildirTwisted
,
MultiService
,
SlaveBuilder
Base class for services
Most services should inherit from this class. It handles the book-keeping reponsibilities of starting and stopping, as well as not serializing this book-keeping information.Method Summary | |
---|---|
__getstate__(self)
| |
disownServiceParent(self)
| |
privilegedStartService(self)
| |
setName(self,
name)
| |
setServiceParent(self,
parent)
| |
startService(self)
| |
stopService(self)
|
Class Variable Summary | |
---|---|
Implements |
__implemented__ = <implementedBy twisted.application.ser...
|
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
NoneType |
name = None |
NoneType |
parent = None |
int |
running = 0 |
Class Variable Details |
---|
__implemented__
|
__providedBy__
|
__provides__
|
name
|
parent
|
running
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Dec 10 22:04:45 2006 | http://epydoc.sf.net |