Package sos.scheduler.editor.conf.forms

Examples of sos.scheduler.editor.conf.forms.JobAssistentForm


    try {           
      Utils.startCursor(sShell);           
      SchedulerForm _scheduler = container.newScheduler(SchedulerDom.LIFE_JOB);
      if (_scheduler  != null)
        setSaveStatus();
      JobAssistentForm assitent = new JobAssistentForm(_scheduler.getDom(), _scheduler);
      assitent.startJobAssistant();
      setSaveStatus();
    } catch (Exception ex) {
      try {
        new sos.scheduler.editor.app.ErrorLog("error in " + sos.util.SOSClassUtil.getMethodName() + " ; could not start assistent." , ex);
      } catch(Exception ee) {
View Full Code Here

TOP

Related Classes of sos.scheduler.editor.conf.forms.JobAssistentForm

Copyright © 2018 www.massapicom. 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.