Trees | Indices | Help |
---|
|
twisted.spread.pb.Avatar --+ | extern.log.log.Loggable --+ | Avatar
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
This method is called when a network message is received. This will call: self.perspective_%(message)s(*broker.unserialize(args), **broker.unserialize(kw)) to handle the method; subclasses of Avatar are expected to implement methods using this naming convention.
|
Tell the avatar that the given mind has been attached. This gives the avatar a way to call remotely to the client that requested this avatar. It is best to call setMind() from within the avatar's __init__ method. Some old code still does this via a callLater, however.
|
Call the given remote method, and log calling and returning nicely.
|
Call the given remote method, and log calling and returning nicely.
|
Disconnect the remote PB client. If we are already disconnected, do nothing. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Aug 13 06:17:09 2013 | http://epydoc.sourceforge.net |