Exemplo n.º 1
0
 def _updateStatusResponse(self, resp):
     "Called to update a Thespian_SystemStatus or Thespian_ActorStatus with common information"
     for each in self._transmitIntents:
         resp.addPendingMessage(self.myAddress, each.targetAddr, str(each.message))
     for each in self._incomingEnvelopes:
         resp.addReceivedMessage(each.sender, self.myAddress, str(each.message))
     asyncTransportBase._updateStatusResponse(self, resp)
     wakeupTransportBase._updateStatusResponse(self, resp)
Exemplo n.º 2
0
 def _updateStatusResponse(self, resp):
     "Called to update a Thespian_SystemStatus or Thespian_ActorStatus with common information"
     for each in self._transmitIntents:
         resp.addPendingMessage(self.myAddress, each.targetAddr,
                                str(each.message))
     for each in self._incomingEnvelopes:
         resp.addReceivedMessage(each.sender, self.myAddress,
                                 str(each.message))
     asyncTransportBase._updateStatusResponse(self, resp)
     wakeupTransportBase._updateStatusResponse(self, resp)
 def _updateStatusResponse(self, resp):
     "Called to update a Thespian_SystemStatus or Thespian_ActorStatus with common information"
     asyncTransportBase._updateStatusResponse(self, resp)
     wakeupTransportBase._updateStatusResponse(self, resp)
 def _updateStatusResponse(self, resp):
     "Called to update a Thespian_SystemStatus or Thespian_ActorStatus with common information"
     asyncTransportBase._updateStatusResponse(self, resp)
     wakeupTransportBase._updateStatusResponse(self, resp)