org.pentaho.platform.scheduler2.quartz
Class ActionAdapterQuartzJob
java.lang.Object
org.pentaho.platform.scheduler2.quartz.ActionAdapterQuartzJob
- All Implemented Interfaces:
- org.quartz.Job
public class ActionAdapterQuartzJob
- extends Object
- implements org.quartz.Job
A Quartz job that is responsible for executing the IAction
referred to in the job context.
- Author:
- aphillips
Method Summary |
void |
execute(org.quartz.JobExecutionContext context)
|
ActionAdapterQuartzJob
public ActionAdapterQuartzJob()
execute
public void execute(org.quartz.JobExecutionContext context)
throws org.quartz.JobExecutionException
- Specified by:
execute
in interface org.quartz.Job
- Throws:
org.quartz.JobExecutionException