twisted.spread.test.test_pb.DumbPublishable(publish.Publishable)
class documentationtwisted.spread.test.test_pb
(View In Hierarchy)
Method | getStateToPublish | Implement me to return state to copy as part of the publish phase. |
Inherited from Publishable:
Method | __init__ | Undocumented |
Method | republish | Set the timestamp to current and (TODO) update all observers. |
Method | view_getStateToPublish | (internal) |
Method | getStateToPublishFor | Implement me to special-case your state for a perspective. |
Method | getStateToCacheAndObserveFor | Get all necessary metadata to keep a clientside cache. |
Inherited from Cacheable (via Publishable):
Method | jellyFor | Return an appropriate tuple to serialize me. |
Method | stoppedObserving | This method is called when a client has stopped observing me. |
Inherited from Copyable (via Publishable, Cacheable):
Method | getStateToCopy | Gather state to send when I am serialized for a peer. |
Method | getStateToCopyFor | Gather state to send when I am serialized for a particular perspective. |
Method | getTypeToCopy | Determine what type tag to send for me. |
Method | getTypeToCopyFor | Determine what type tag to send for me. |
Inherited from Serializable (via Publishable, Cacheable, Copyable):
Method | processUniqueID | Return an ID which uniquely represents this object for this process. |
Inherited from Jellyable (via Publishable, Cacheable, Copyable, Serializable):
Method | getStateFor | Undocumented |