Package it.eng.spagobi.services.scheduler.service

Examples of it.eng.spagobi.services.scheduler.service.SchedulerServiceImpl.scheduleJob()


      return res;
    }

    public java.lang.String scheduleJob(java.lang.String in0, java.lang.String in1, java.lang.String in2) throws java.rmi.RemoteException {
      SchedulerServiceImpl service = new SchedulerServiceImpl();
      String res = service.scheduleJob(in0,in1,in2);
      return res;
    }

    public java.lang.String getJobSchedulationDefinition(java.lang.String in0, java.lang.String in1, java.lang.String in2, java.lang.String in3) throws java.rmi.RemoteException {
      SchedulerServiceImpl service = new SchedulerServiceImpl();
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.