Class VersionCheckerJob
- java.lang.Object
-
- org.pentaho.platform.scheduler.versionchecker.VersionCheckerJob
-
- All Implemented Interfaces:
org.quartz.Job
public class VersionCheckerJob extends Object implements org.quartz.Job
This class is here for legacy reasons, to allow existing system with the old version checker class to exist and be instanced by quartz. The code here is a no-op, the new version checker job will remove the old one before it is added with the correct/new classname.
-
-
Field Summary
Fields Modifier and Type Field Description static String
VERSION_REQUEST_FLAGS
-
Constructor Summary
Constructors Constructor Description VersionCheckerJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(org.quartz.JobExecutionContext context)
org.apache.commons.logging.Log
getLogger()
-
-
-
Field Detail
-
VERSION_REQUEST_FLAGS
public static final String VERSION_REQUEST_FLAGS
- See Also:
- Constant Field Values
-
-