Class ReportJobService

java.lang.Object
com.almis.awe.scheduler.service.report.ReportJobService

public class ReportJobService extends Object
Author:
pgarcia
  • Constructor Details

    • ReportJobService

      public ReportJobService(SchedulerReportService schedulerReportService, boolean isSchedulerInstance, URI remoteUrl, boolean isRemoteSecureEnabled, String remoteUser, String remotePassword)
      ReportJobService constructor
      Parameters:
      schedulerReportService - Scheduler Report Service
      isSchedulerInstance - Remote scheduler is enabled
      remoteUrl - Remote URL
      isRemoteSecureEnabled - Remote is secured enabled
      remoteUser - Remote user
      remotePassword - Remote password
  • Method Details