| 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 Sun Nov 15 09:17:35 2009 | http://epydoc.sourceforge.net |