Home | Trees | Index | Help |
---|
Package twisted :: Package internet :: Module interfaces :: Class IServiceCollection |
|
NonMetaInterface
--+
|
IServiceCollection
Method Summary | |
---|---|
Add a service to this collection. | |
Retrieve the named service from this application. | |
Remove a service from this collection. |
Method Details |
---|
addService(self, service)Add a service to this collection. |
getServiceNamed(self, serviceName)Retrieve the named service from this application. Raise a KeyError if there is no such service name. |
removeService(self, service)Remove a service from this collection. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Fri Jun 27 03:48:10 2003 | http://epydoc.sf.net |