| Home | Trees | Index | Help |
|
|---|
| Package twisted :: Package application :: Module service :: Class Service |
|
_Demo,
_VolatileDataService,
MultiService,
ProcessMonitor,
Service,
ServiceBase 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 | |
|---|---|
tuple |
__implements__ = (<class twisted.application.service.ISe...
|
NoneType |
name = None |
NoneType |
parent = None |
int |
running = 0 |
| Class Variable Details |
|---|
__implements__
|
name
|
parent
|
running
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Tue Dec 9 17:48:20 2003 | http://epydoc.sf.net |