Part of coherence.upnp.services.servers.media_receiver_registrar_server View Source View In Hierarchy
Split Table into Classes Show Methods in One Table
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 39 | Method | __init__ | Undocumented |
| 53 | Method | listchilds | Undocumented |
| 59 | Method | render | Undocumented |
Inherited from ServiceServer:
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 343 | Method | get_action | Undocumented |
| 346 | Method | get_actions | Undocumented |
| 349 | Method | get_variables | Undocumented |
| 352 | Method | get_subscribers | Undocumented |
| 355 | Method | new_subscriber | Undocumented |
| 386 | Method | get_id | Undocumented |
| 389 | Method | get_type | Undocumented |
| 392 | Method | create_new_instance | Undocumented |
| 409 | Method | remove_instance | Undocumented |
| 414 | Method | set_variable | Undocumented |
| 436 | Method | get_variable | Undocumented |
| 442 | Method | build_single_notification | Undocumented |
| 449 | Method | build_last_change_event | Undocumented |
| 474 | Method | propagate_notification | Undocumented |
| 510 | Method | check_subscribers | Undocumented |
| 519 | Method | check_moderated_variables | Undocumented |
| 534 | Method | is_variable_moderated | Undocumented |
| 543 | Method | simulate_notification | Undocumented |
| 547 | Method | init_var_and_actions | Undocumented |
Inherited from Loggable (via ServiceServer):
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 79 | Method | logFunction | Overridable log function. Default just returns passed message. |
| 90 | Method | critical | Undocumented |
| 96 | Method | msg | Undocumented |
Inherited from Loggable (via ServiceServer, Loggable):
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 650 | Method | error | Log an error. By default this will also raise an exception. |
| 657 | Method | warning | Log a warning. Used for non-fatal problems. |
| 664 | Method | info | Log an informational message. Used for normal operation. |
| 671 | Method | debug | Log a debug message. Used for debugging. |
| 678 | Method | log | Log a log message. Used for debugging recurring events. |
| 685 | Method | doLog | Log a message at the given level, with the possibility of going |
| 709 | Method | warningFailure | Log a warning about a Twisted Failure. Useful as an errback handler: |
| 730 | Method | logObjectName | Overridable object name function. |
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 39 | Method | __init__ | Undocumented |
| 449 | Method | build_last_change_event | Undocumented |
| 442 | Method | build_single_notification | Undocumented |
| 519 | Method | check_moderated_variables | Undocumented |
| 510 | Method | check_subscribers | Undocumented |
| 392 | Method | create_new_instance | Undocumented |
| 90 | Method | critical | Undocumented |
| 671 | Method | debug | Log a debug message. Used for debugging. |
| 685 | Method | doLog | Log a message at the given level, with the possibility of going |
| 650 | Method | error | Log an error. By default this will also raise an exception. |
| 343 | Method | get_action | Undocumented |
| 346 | Method | get_actions | Undocumented |
| 386 | Method | get_id | Undocumented |
| 352 | Method | get_subscribers | Undocumented |
| 389 | Method | get_type | Undocumented |
| 436 | Method | get_variable | Undocumented |
| 349 | Method | get_variables | Undocumented |
| 664 | Method | info | Log an informational message. Used for normal operation. |
| 547 | Method | init_var_and_actions | Undocumented |
| 534 | Method | is_variable_moderated | Undocumented |
| 53 | Method | listchilds | Undocumented |
| 678 | Method | log | Log a log message. Used for debugging recurring events. |
| 79 | Method | logFunction | Overridable log function. Default just returns passed message. |
| 730 | Method | logObjectName | Overridable object name function. |
| 96 | Method | msg | Undocumented |
| 355 | Method | new_subscriber | Undocumented |
| 474 | Method | propagate_notification | Undocumented |
| 409 | Method | remove_instance | Undocumented |
| 59 | Method | render | Undocumented |
| 414 | Method | set_variable | Undocumented |
| 543 | Method | simulate_notification | Undocumented |
| 657 | Method | warning | Log a warning. Used for non-fatal problems. |
| 709 | Method | warningFailure | Log a warning about a Twisted Failure. Useful as an errback handler: |