Class GrouperReportJob

java.lang.Object
edu.internet2.middleware.grouper.app.reports.GrouperReportJob
All Implemented Interfaces:
org.quartz.Job

@PersistJobDataAfterExecution @DisallowConcurrentExecution public class GrouperReportJob extends Object implements org.quartz.Job
  • Constructor Details

    • GrouperReportJob

      public GrouperReportJob()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception
    • execute

      public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException
      Specified by:
      execute in interface org.quartz.Job
      Throws:
      org.quartz.JobExecutionException
    • runJob

      public static void runJob(Hib3GrouperLoaderLog hib3GrouploaderLog, String jobName) throws org.quartz.JobExecutionException
      Parameters:
      hib3GrouploaderLog -
      jobName -
      Throws:
      org.quartz.JobExecutionException