コード例 #1
0
ファイル: TCPTransport.py プロジェクト: thomcost/Thespian
 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)
コード例 #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)
コード例 #3
0
 def _updateStatusResponse(self, resp):
     "Called to update a Thespian_SystemStatus or Thespian_ActorStatus with common information"
     asyncTransportBase._updateStatusResponse(self, resp)
     wakeupTransportBase._updateStatusResponse(self, resp)
コード例 #4
0
 def _updateStatusResponse(self, resp):
     "Called to update a Thespian_SystemStatus or Thespian_ActorStatus with common information"
     asyncTransportBase._updateStatusResponse(self, resp)
     wakeupTransportBase._updateStatusResponse(self, resp)