org.opennms.reporting.core
Class BatchReportJob

java.lang.Object
  extended by org.springframework.scheduling.quartz.QuartzJobBean
      extended by org.opennms.reporting.core.BatchReportJob
All Implemented Interfaces:
org.quartz.Job

public class BatchReportJob
extends org.springframework.scheduling.quartz.QuartzJobBean

BatchReportJob class.

Version:
$Id: $
Author:
ranger

Constructor Summary
BatchReportJob()
           
 
Method Summary
protected  void executeInternal(org.quartz.JobExecutionContext jobContext)
          
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
          setApplicationContext
 
Methods inherited from class org.springframework.scheduling.quartz.QuartzJobBean
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchReportJob

public BatchReportJob()
Method Detail

executeInternal

protected void executeInternal(org.quartz.JobExecutionContext jobContext)
                        throws org.quartz.JobExecutionException

Specified by:
executeInternal in class org.springframework.scheduling.quartz.QuartzJobBean
Throws:
org.quartz.JobExecutionException

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)

setApplicationContext

Parameters:
applicationContext - a ApplicationContext object.


Copyright © 2011. All Rights Reserved.