Trees | Index | Help |
---|
Package flumotion :: Package twisted :: Module pb :: Class Avatar |
|
Avatar
--+ |Loggable
--+ | Avatar
FeedAvatar
,
PingableAvatar
Method Summary | |
---|---|
__init__(self,
avatarId)
| |
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. | |
perspectiveMessageReceived(self,
broker,
message,
args,
kwargs)
| |
Tell the avatar that the given mind has been attached. | |
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 | |
---|---|
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 |
---|
disconnect(self)Disconnect the remote PB client. If we are already disconnected, do nothing. |
mindCallRemote(self, name, *args, **kwargs)Call the given remote method, and log calling and returning nicely.
|
mindCallRemoteLogging(self, level, stackDepth, name, *args, **kwargs)Call the given remote method, and log calling and returning nicely.
|
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.
|
Class Variable Details |
---|
logCategoryImplementors can provide a category to log their messages under.
|
remoteLogNamename to use to log the other side of the connection
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Fri Apr 6 10:13:41 2007 | http://epydoc.sf.net |