org.pentaho.platform.scheduler2.quartz
Class ActionAdapterQuartzJob

java.lang.Object
  extended by 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

Constructor Summary
ActionAdapterQuartzJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionAdapterQuartzJob

public ActionAdapterQuartzJob()
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