class documentation
class RemotePublished(flavors.RemoteCache): (source)
The local representation of remote Publishable object.
| Method | __getstate__ |
Undocumented |
| Method | activated |
Implement this method if you want to be notified when your publishable subclass is activated. |
| Method | call |
Externally register for notification when this publishable has received all relevant data. |
| Method | get |
Undocumented |
| Method | set |
I will be invoked with the state to copy locally. |
| Instance Variable | is |
Undocumented |
| Method | _cb |
Undocumented |
| Instance Variable | _activation |
Undocumented |
| Instance Variable | _was |
Undocumented |
Inherited from RemoteCache:
| Method | __cmp__ |
Compare me [to another RemoteCache. |
| Method | __del__ |
Do distributed reference counting on finalize. |
| Method | __hash__ |
Hash me. |
| Method | jelly |
serialize me (only for the broker I'm for) as the original cached reference |
| Method | remote |
A remote message has been received. Dispatch it appropriately. |
| Method | unjelly |
Perform the inverse operation of Jellyable.jellyFor. |
| Instance Variable | __dict__ |
Undocumented |
| Instance Variable | broker |
Undocumented |
| Instance Variable | luid |
Undocumented |
| Method | _borgify |
Create a new object that shares its state (i.e. its __dict__) and type with this object, but does not share its identity. |
Inherited from Unjellyable (via RemoteCache, RemoteCopy):
| Method | set |
Undocumented |
Inherited from Serializable (via RemoteCache, RemoteCopy, Unjellyable):
| Method | process |
Return an ID which uniquely represents this object for this process. |
Inherited from Jellyable (via RemoteCache, RemoteCopy, Unjellyable, Serializable):
| Method | get |
Undocumented |