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. I will call: | self.perspective_%(message)s(*broker.unserialize(args), | **broker.unserialize(kw)) to handle the method; subclasses of Avatar are expected to implement methods of 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 Fri Apr 11 07:40:28 2008 | http://epydoc.sourceforge.net |