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