I am an avatar for the job living in the worker.
|
|
boolean
|
hasRemoteReference(self)
Check if the avatar has a remote reference to the peer. |
source code
|
|
|
|
|
|
|
stop(self)
returns: a deferred marking completed stop. |
source code
|
|
|
|
|
logTo(self,
stdout,
stderr)
Tell the feeder to log to the given file descriptors. |
source code
|
|
|
sendFeed(self,
feedName,
fd,
eaterId)
Tell the feeder to send the given feed to 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 twisted.spread.pb.Avatar :
__providedBy__ ,
perspectiveMessageReceived
Inherited from common.log.Loggable :
debug ,
doLog ,
error ,
info ,
log ,
logFunction ,
logObjectName ,
warning ,
warningFailure
|