Part of elisa.plugins.coherence.upnp_media_server View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
199 | Method | __init__ | Undocumented |
209 | Method | initialize | Initialize the component. |
233 | Method | clean | Clean the component. |
239 | Method | add_media_location | Undocumented |
251 | Method | remove_media_location | Undocumented |
258 | Method | enable_coherence | Undocumented |
439 | Method | remote_get_media_root_id | Undocumented |
449 | Method | remote_get_media_node_with_id | Returns a dict with following keys: |
214 | Method | _bus_message_received | Undocumented |
266 | Method | _next_id | Undocumented |
275 | Method | _got_children | Undocumented |
318 | Method | _db_filter | Undocumented |
345 | Method | _get_containers | Undocumented |
402 | Method | _node_to_dict | Undocumented |
Inherited from ServiceProvider:
Line # | Kind | Name | Docs |
---|---|---|---|
31 | Method | start | Start the service. |
38 | 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. |
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
) |
Clean the component.
This method is called when a component is not needed anymore to clean its state.Returns | a deferred called when the component has finished cleaning its state
(type: twisted.internet.defer.Deferred
) |