Package org.pentaho.platform.web.http.api.resources.services

Examples of org.pentaho.platform.web.http.api.resources.services.SchedulerService


  protected SchedulerService schedulerService;

  protected static final Log logger = LogFactory.getLog( SchedulerResource.class );

  public SchedulerResource() {
    schedulerService = new SchedulerService();
  }
View Full Code Here

TOP

Related Classes of org.pentaho.platform.web.http.api.resources.services.SchedulerService

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.