I am an avatar created for a worker. A reference to me is given when
logging in and requesting a worker avatar. I live in the manager.
|
|
|
attached(self,
*args,
**kwargs)
Tell the avatar that the given mind has been attached. |
source code
|
|
|
detached(self,
mind)
Tell the avatar that the peer's client referenced by the mind has
detached. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from base.ManagerAvatar :
__init__ ,
disconnect ,
getClientAddress ,
hasRemoteReference ,
mindCallRemote ,
perspective_authenticate ,
perspective_getBundleSums ,
perspective_getBundleSumsByFile ,
perspective_getBundleZips ,
perspective_getKeycardClasses ,
timeoutDisconnect
Inherited from twisted.pb.PingableAvatar :
perspective_ping ,
setMind ,
startPingChecking ,
stopPingChecking
Inherited from twisted.pb.Avatar :
mindCallRemoteLogging ,
perspectiveMessageReceived
Inherited from twisted.spread.pb.Avatar :
__providedBy__
Inherited from common.log.Loggable :
debug ,
doLog ,
error ,
info ,
log ,
logFunction ,
logObjectName ,
warning ,
warningFailure
|