Part of twisted.application.service View Source View In Hierarchy
Known subclasses: twisted.application.internet._VolatileDataService, twisted.application.internet.CooperatorService, twisted.application.internet.StreamServerEndpointService, twisted.application.service.MultiService, twisted.manhole.service.Service, twisted.names.secondary.SecondaryAuthorityService, twisted.runner.procmon.ProcessMonitor, twisted.words.protocols.jabber.component.Service
Most services should inherit from this class. It handles the book-keeping responsibilities of starting and stopping, as well as not serializing this book-keeping information.
| Method | __getstate__ | Undocumented |
| Method | setName | Undocumented |
| Method | setServiceParent | Undocumented |
| Method | disownServiceParent | Undocumented |
| Method | privilegedStartService | Undocumented |
| Method | startService | Undocumented |
| Method | stopService | Undocumented |