twisted.words.service.AvatarReference(pb.RemoteReference) class documentationtwisted.words.service
          View Source
          (View In Hierarchy)
        
      | Method | join | Undocumented | 
| Method | quit | Undocumented | 
Inherited from RemoteReference:
| Instance Variable | broker | The broker I am obtained through. (type: Broker) | 
| Method | __init__ | (internal) Initialize me with a broker and a locally-unique ID. | 
| Method | notifyOnDisconnect | Register a callback to be called if our broker gets disconnected. | 
| Method | dontNotifyOnDisconnect | Remove a callback that was registered with notifyOnDisconnect. | 
| Method | jellyFor | If I am being sent back to where I came from, serialize as a local backreference. | 
| Method | unjellyFor | Unjelly myself for the jellier. | 
| Method | callRemote | Asynchronously invoke a remote method. | 
| Method | remoteMethod | |
| Method | __cmp__ | |
| Method | __hash__ | Hash me. | 
| Method | __del__ | Do distributed reference counting on finalization. | 
| Method | _disconnected | Called if we are disconnected and have callbacks registered. | 
Inherited from Serializable (via RemoteReference):
| Method | processUniqueID | Return an ID which uniquely represents this object for this process. | 
Inherited from Jellyable (via RemoteReference, Serializable):
| Method | getStateFor | Undocumented | 
Inherited from Ephemeral (via RemoteReference):
| Method | __reduce__ | Serialize any subclass of Ephemeralin a way which replaces it withEphemeralitself. | 
| Method | __getstate__ | Undocumented | 
| Method | __setstate__ | Undocumented |