class documentation
class AvatarReference(pb.RemoteReference): (source)
Constructor: AvatarReference(perspective, broker, luid, doRefCount)
Undocumented
| Method | join |
Undocumented |
| Method | quit |
Undocumented |
Inherited from RemoteReference:
| Method | __cmp__ |
No summary |
| Method | __del__ |
Do distributed reference counting on finalization. |
| Method | __hash__ |
Hash me. |
| Method | __init__ |
(internal) Initialize me with a broker and a locally-unique ID. |
| Method | call |
Asynchronously invoke a remote method. |
| Method | dont |
Remove a callback that was registered with notifyOnDisconnect. |
| Method | jelly |
If I am being sent back to where I came from, serialize as a local backreference. |
| Method | notify |
Register a callback to be called if our broker gets disconnected. |
| Method | remote |
No summary |
| Method | unjelly |
Unjelly myself for the jellier. |
| Instance Variable | broker |
The broker I am obtained through. |
| Instance Variable | disconnect |
Undocumented |
| Instance Variable | do |
Undocumented |
| Instance Variable | luid |
Undocumented |
| Instance Variable | perspective |
Undocumented |
| Method | _disconnected |
Called if we are disconnected and have callbacks registered. |
Inherited from Serializable (via RemoteReference):
| Method | process |
Return an ID which uniquely represents this object for this process. |
Inherited from Jellyable (via RemoteReference, Serializable):
| Method | get |
Undocumented |
Inherited from Ephemeral (via RemoteReference, Serializable, Jellyable):
| Method | __getstate__ |
Undocumented |
| Method | __reduce__ |
Serialize any subclass of Ephemeral in a way which replaces it with Ephemeral itself. |
| Method | __setstate__ |
Undocumented |
| Instance Variable | __class__ |
Undocumented |