|
|
|
|
|
sendFeed(self,
feedName,
fd,
eaterId)
Tell the feeder to send the given feed to the given fd. |
source code
|
|
|
receiveFeed(self,
eaterAlias,
fd,
feedId)
Tell the feeder to receive the given feed from the given fd. |
source code
|
|
|
perspective_cleanShutdown(self)
This notification from the job process will be fired when it is
shutting down, so that although the process might still be around, we
know it's OK to accept new start requests for this avatar ID. |
source code
|
|
Inherited from base.BaseJobAvatar :
__init__ ,
logTo ,
logout ,
setMind
Inherited from twisted.pb.Avatar :
disconnect ,
mindCallRemote ,
mindCallRemoteLogging ,
perspectiveMessageReceived ,
perspectiveMessageReceivedUnserialised
Inherited from twisted.spread.pb.Avatar :
__providedBy__ ,
__provides__
Inherited from extern.log.log.Loggable :
debug ,
doLog ,
error ,
info ,
log ,
logFunction ,
logObjectName ,
warning ,
warningFailure ,
writeMarker
|