Part of coherence.base View Source View In Hierarchy
Split Table into Classes Show Methods in One Table
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 110 | Method | __new__ | Undocumented |
| 120 | Method | __init__ | Undocumented |
| 123 | Method | setup | Undocumented |
| 242 | Method | add_plugin | Undocumented |
| 292 | Method | remove_plugin | removes a backend from Coherence |
| 299 | Method | receiver | Undocumented |
| 304 | Method | shutdown | send service unsubscribe messages |
| 325 | Method | check_devices | iterate over devices and their embedded ones and renew subscriptions |
| 332 | Method | subscribe | Undocumented |
| 335 | Method | unsubscribe | Undocumented |
| 341 | Method | callback | Undocumented |
| 345 | Method | get_device_by_host | Undocumented |
| 352 | Method | get_device_with_usn | Undocumented |
| 360 | Method | get_device_with_id | Undocumented |
| 371 | Method | get_devices | Undocumented |
| 374 | Method | get_nonlocal_devices | Undocumented |
| 377 | Method | create_device | Undocumented |
| 392 | Method | add_device | Undocumented |
| 396 | Method | remove_device | Undocumented |
| 407 | Method | add_web_resource | Undocumented |
| 410 | Method | remove_web_resource | Undocumented |
Inherited from Loggable:
| 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 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 |
|---|---|---|---|
| 120 | Method | __init__ | Undocumented |
| 110 | Method | __new__ | Undocumented |
| 392 | Method | add_device | Undocumented |
| 242 | Method | add_plugin | Undocumented |
| 407 | Method | add_web_resource | Undocumented |
| 341 | Method | callback | Undocumented |
| 325 | Method | check_devices | iterate over devices and their embedded ones and renew subscriptions |
| 377 | Method | create_device | 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. |
| 345 | Method | get_device_by_host | Undocumented |
| 360 | Method | get_device_with_id | Undocumented |
| 352 | Method | get_device_with_usn | Undocumented |
| 371 | Method | get_devices | Undocumented |
| 374 | Method | get_nonlocal_devices | Undocumented |
| 664 | Method | info | Log an informational message. Used for normal operation. |
| 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 |
| 299 | Method | receiver | Undocumented |
| 396 | Method | remove_device | Undocumented |
| 292 | Method | remove_plugin | removes a backend from Coherence |
| 410 | Method | remove_web_resource | Undocumented |
| 123 | Method | setup | Undocumented |
| 304 | Method | shutdown | send service unsubscribe messages |
| 332 | Method | subscribe | Undocumented |
| 335 | Method | unsubscribe | 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: |