Package org.fenrir.yggdrasil.core.service

Examples of org.fenrir.yggdrasil.core.service.ITaskLauncherService.scheduleTask()


         * TODO Fer possible el llançament de la tasca sense workspace carregat. Moure la configuració a application.xml / plugin.xml
         */
        ITaskLauncherService taskLauncherService = (ITaskLauncherService)applicationContext.getRegisteredComponent(ITaskLauncherService.class);
        taskLauncherService.initializeTasks();
        // Es programa la tasca automàtica per comprobar les actualitzacions
        taskLauncherService.scheduleTask(UpdateApplicationTask.ID);
       
        onWorkspaceLoaded();       
    }
   
    public void onWorkspaceLoaded() throws ApplicationException
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.