it.eng.spagobi.engines.geo.application
Class GeoSchedulerApp.DumbJob

java.lang.Object
  extended by it.eng.spagobi.engines.geo.application.GeoSchedulerApp.DumbJob
All Implemented Interfaces:
org.quartz.Job
Enclosing class:
GeoSchedulerApp

public static class GeoSchedulerApp.DumbJob
extends java.lang.Object
implements org.quartz.Job

The Class DumbJob.


Constructor Summary
GeoSchedulerApp.DumbJob()
          Instantiates a new dumb job.
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoSchedulerApp.DumbJob

public GeoSchedulerApp.DumbJob()
Instantiates a new dumb job.

Method Detail

execute

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