class documentation
class _VolatileDataService(service.Service): (source)
Known subclasses: twisted.application.internet.TimerService
, twisted.application.internet._AbstractClient
, twisted.application.internet._AbstractServer
Undocumented
Method | __getstate__ |
Undocumented |
Class Variable | volatile |
Undocumented |
Inherited from Service
:
Method | disown |
Use this API to remove an IService from an IServiceCollection . |
Method | privileged |
Do preparation work for starting the service. |
Method | set |
Set the name of the service. |
Method | set |
Set the parent of the service. This method is responsible for setting the parent attribute on this service (the child service). |
Method | start |
Start the service. |
Method | stop |
Stop the service. |
Instance Variable | name |
A str which is the name of the service or None. |
Instance Variable | parent |
An IServiceCollection which is the parent or None. |
Instance Variable | running |
A boolean which indicates whether the service is running. |