Part of elisa.plugins.elisa_updater.updater_service View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
42 | Method | initialize | Initialize the component. |
48 | Method | start | Start the service. |
51 | Method | stop | Stop the service. |
Inherited from Component (via ServiceProvider):
Line # | Kind | Name | Docs |
---|---|---|---|
85 | Class | PathDescriptor | Undocumented |
97 | Class Method | create | Create and initialize the component. |
142 | Method | clean | Clean the component. |
Inherited from Loggable (via ServiceProvider, Component):
Line # | Kind | Name | Docs |
---|---|---|---|
81 | Method | __init__ | Undocumented |
Initialize the component.
This method is called byComponent.create
to finish the
initialization of a component.
Returns | a deferred called when a component is fully initialized
(type: twisted.internet.defer.Deferred
) |