Example #1
0
 def recv(self):
     raise OperationError("attempt to receive through a publish port")
Example #2
0
 def update(self,host,port):
     raise OperationError("Unsupported update() on RepPort")
Example #3
0
 def send(self, msg):
     raise OperationError("Unsupported send() on GroupPubPort")
Example #4
0
 def send(self, _msg):
     raise OperationError("attempt to send through a subscriber port")
Example #5
0
 def send(self, _msg):
     raise OperationError("Unsupported send() on GroupQryPort")
Example #6
0
 def recv(self):
     raise OperationError("Unsupported recv() on GroupQryPort")
Example #7
0
 def send_pyobj(self, msg):
     raise OperationError("Unsupported send_pyobj() on GroupQryPort")
Example #8
0
 def recv_pyobj(self):
     raise OperationError("Unsupported recv_pyobj() on GroupAnsPort")
Example #9
0
 def update(self):
     raise OperationError("Unsupported update() on GroupAnsPort")