Exemplo n.º 1
0
 def _publish(res):
     c = ControlServer()
     c.setServiceParent(self)
     control_url = self.tub.registerReference(c)
     self.write_private_config("control.furl", control_url + "\n")
Exemplo n.º 2
0
 def init_control(self):
     c = ControlServer()
     c.setServiceParent(self)
     control_url = self.control_tub.registerReference(c)
     self.config.write_private_config("control.furl", control_url + "\n")
Exemplo n.º 3
0
 def _publish(res):
     c = ControlServer()
     c.setServiceParent(self)
     control_url = self.tub.registerReference(c)
     self.write_private_config("control.furl", control_url + "\n")
Exemplo n.º 4
0
 def init_control(self):
     c = ControlServer()
     c.setServiceParent(self)
     control_url = self.control_tub.registerReference(c)
     self.write_private_config("control.furl", control_url + "\n")