org.pentaho.platform.scheduler
Class QuartzSubscriptionJob

java.lang.Object
  extended by org.pentaho.platform.scheduler.QuartzSubscriptionJob
All Implemented Interfaces:
org.quartz.Job

public class QuartzSubscriptionJob
extends Object
implements org.quartz.Job


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

Field Detail

TRIGGER_GROUP

public static String TRIGGER_GROUP
Constructor Detail

QuartzSubscriptionJob

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