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