class twisted.words.service.PBGroup(pb.Referenceable): (source)
Undocumented
Method | __init__ | Undocumented |
Instance Variable | realm | Undocumented |
Instance Variable | avatar | Undocumented |
Instance Variable | group | Undocumented |
Method | processUniqueID | Return an ID which uniquely represents this object for this process. |
Method | jellyFor | (internal) |
Method | remote_leave | Undocumented |
Method | remote_send | Undocumented |
Inherited from Referenceable:
Class Variable | perspective | I am an object sent remotely as a direct reference. |
Method | remoteMessageReceived | A remote message has been received. Dispatch it appropriately. |
Inherited from Jellyable (via Referenceable, Serializable):
Method | getStateFor | Undocumented |
Return an ID which uniquely represents this object for this process.
By default, this uses the 'id' builtin, but can be overridden to indicate that two values are identity-equivalent (such as proxies for the same object).
(internal)
Return a tuple which will be used as the s-expression to serialize this to a peer.