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