twisted.spread.publish.RemotePublished(flavors.RemoteCache)
class documentationtwisted.spread.publish
View Source
(View In Hierarchy)
The local representation of remote Publishable object.
Method | getFileName | Undocumented |
Method | setCopyableState | I will be invoked with the state to copy locally. |
Method | __getstate__ | Undocumented |
Method | activated | Implement this method if you want to be notified when your publishable subclass is activated. |
Method | callWhenActivated | Externally register for notification when this publishable has received all relevant data. |
Method | _cbGotUpdate | Undocumented |
Inherited from Jellyable (via RemoteCache, Serializable):
Method | getStateFor | Undocumented |
Inherited from Jellyable (via RemoteCache, Serializable):
Method | getStateFor | Undocumented |
Inherited from Jellyable (via RemoteCache, Serializable):
Method | getStateFor | Undocumented |
Inherited from Jellyable (via RemoteCache, Serializable):
Method | getStateFor | Undocumented |
I will be invoked with the state to copy locally.
'state' is the data returned from the remote object's 'getStateToCopyFor' method, which will often be the remote object's dictionary (or a filtered approximation of it depending on my peer's perspective).
Implement this method if you want to be notified when your publishable subclass is activated.
Externally register for notification when this publishable has received all relevant data.