Part of twisted.application.service View Source View In Hierarchy
Known subclasses: twisted.mail.mail.MailService, twisted.words.protocols.jabber.component.ServiceManager
Hold a collection of services, and manage them in a simplistic way. No service will wait for another, but this object itself will not finish shutting down until all of its child services will finish.
Method | __init__ | Undocumented |
Method | privilegedStartService | Undocumented |
Method | startService | Undocumented |
Method | stopService | Undocumented |
Method | getServiceNamed | Undocumented |
Method | __iter__ | Undocumented |
Method | addService | Undocumented |
Method | removeService | Undocumented |
Inherited from Service:
Method | __getstate__ | Undocumented |
Method | setName | Undocumented |
Method | setServiceParent | Undocumented |
Method | disownServiceParent | Undocumented |