| Trees | Indices | Help |
|---|
|
|
twisted.spread.pb.Avatar --+
|
common.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. This is scheduled by the portal after the client has logged in.
|
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 Mar 7 10:46:33 2010 | http://epydoc.sourceforge.net |