Package twisted :: Package internet :: Module interfaces :: Class IServiceCollection
[frames | no frames]

Class IServiceCollection

Interface --+
            |
           IServiceCollection


An object which provides access to a collection of services.
Method Summary
  addService(self, service)
Add a service to this collection.
  getServiceNamed(self, serviceName)
Retrieve the named service from this application.
  removeService(self, service)
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.

Generated by Epydoc 2.0 on Tue Dec 9 17:48:01 2003 http://epydoc.sf.net