예제 #1
0
 def publish(self):
     """Publish the boss."""
     DBus.publish_object(BOSS.object_path,
                         AnacondaBossInterface(self))
     DBus.publish_object(BOSS_INSTALLATION.object_path,
                         InstallationInterface(self._install_manager))
     DBus.register_service(BOSS.service_name)
예제 #2
0
파일: boss.py 프로젝트: m4d3bug/anaconda
    def publish(self):
        """Publish the boss."""
        TaskContainer.set_namespace(BOSS.namespace)
        DBus.publish_object(BOSS.object_path, AnacondaBossInterface(self))

        DBus.register_service(BOSS.service_name)
예제 #3
0
 def publish(self):
     """Publish the boss."""
     DBus.publish_object(AnacondaBossInterface(self), DBUS_BOSS_PATH)
     DBus.publish_object(InstallationInterface(self._install_manager),
                         DBUS_BOSS_INSTALLATION_PATH)
     DBus.register_service(DBUS_BOSS_NAME)
예제 #4
0
    def publish(self):
        """Publish the boss."""
        DBus.publish_object(BOSS.object_path, AnacondaBossInterface(self))

        DBus.register_service(BOSS.service_name)