t.a.s.MultiService(Service) : class documentation

Part of twisted.application.service View Source View In Hierarchy

Known subclasses: twisted.mail.mail.MailService, twisted.words.protocols.jabber.component.ServiceManager

Straightforward Service Container.

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
def __init__(self): (source)
Undocumented
def privilegedStartService(self): (source)
Undocumented
def startService(self): (source)
Undocumented
def stopService(self): (source)
Undocumented
def getServiceNamed(self, name): (source)
Undocumented
def __iter__(self): (source)
Undocumented
def addService(self, service): (source)
Undocumented
def removeService(self, service): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2015-01-30 14:14:53.