org.pentaho.platform.scheduler.versionchecker
Class VersionCheckerJob

java.lang.Object
  extended by org.pentaho.platform.scheduler.versionchecker.VersionCheckerJob
All Implemented Interfaces:
org.quartz.Job
Direct Known Subclasses:
VersionCheckerJob

public class VersionCheckerJob
extends Object
implements org.quartz.Job


Field Summary
static String VERSION_REQUEST_FLAGS
           
 
Constructor Summary
VersionCheckerJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
           
 org.apache.commons.logging.Log getLogger()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION_REQUEST_FLAGS

public static final String VERSION_REQUEST_FLAGS
See Also:
Constant Field Values
Constructor Detail

VersionCheckerJob

public VersionCheckerJob()
Method Detail

getLogger

public org.apache.commons.logging.Log getLogger()

execute

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