Part of elisa.plugins.testing.threads_monitor View In Hierarchy
Unknown Field: warning | this component only takes into account threads created from Python |
Line # | Kind | Name | Docs |
---|---|---|---|
47 | Method | initialize | Initialize the component. |
51 | Method | start | Start the service. |
59 | Method | stop | Stop the service. |
63 | Method | _check | Undocumented |
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 |
This method is called by Component.create
to finish the
initialization of a component.
Returns | a deferred called when a component is fully initialized
(type: twisted.internet.defer.Deferred
) |
return: a deferred fired when the service is started rtype:
elisa.core.utils.defer.Deferred