Trees | Index | Help |
---|
Package flumotion :: Package twisted :: Module pb :: Class PingableAvatar |
|
Avatar
--+ |Loggable
--+ |Avatar
--+ | PingableAvatar
ManagerAvatar
Method Summary | |
---|---|
perspective_ping(self)
| |
Tell the avatar that the given mind has been attached. | |
startPingChecking(self,
disconnect)
| |
stopPingChecking(self)
| |
Inherited from Avatar | |
| |
Disconnect the remote PB client. | |
Call the given remote method, and log calling and returning nicely. | |
Call the given remote method, and log calling and returning nicely. | |
| |
Inherited from Loggable | |
Log a debug message. | |
dict |
Log a message at the given level, with the possibility of going higher up in the stack. |
Log an error. | |
Log an informational message. | |
Log a log message. | |
Overridable log function. | |
Overridable object name function. | |
Log a warning. | |
Log a warning about a Failure. |
Class Variable Summary | |
---|---|
Inherited from Avatar | |
str |
logCategory : Implementors can provide a category to log their messages under. |
str | remoteLogName : name to use to log the other side of the connection |
Inherited from Avatar | |
Implements |
__implemented__ = <implementedBy twisted.spread.pb.Avata...
|
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
Method Details |
---|
setMind(self, mind)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.
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Sat Apr 14 13:16:52 2007 | http://epydoc.sf.net |