org.pentaho.platform.scheduler
Class QuartzScheduler

java.lang.Object
  extended by org.pentaho.platform.scheduler.QuartzScheduler
All Implemented Interfaces:
IScheduler

public class QuartzScheduler
extends Object
implements IScheduler


Constructor Summary
QuartzScheduler()
           
 
Method Summary
 boolean scheduleSubscription(ISubscription subscription)
          Deprecated. method never called, except in test classes (sbarkdull). It is also likely that setting the group name to "Subscription Group" is no longer correct, etc.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuartzScheduler

public QuartzScheduler()
Method Detail

scheduleSubscription

public boolean scheduleSubscription(ISubscription subscription)
Deprecated. method never called, except in test classes (sbarkdull). It is also likely that setting the group name to "Subscription Group" is no longer correct, etc.

NOTE: this method does not support non-cron schedules.

Specified by:
scheduleSubscription in interface IScheduler
Returns:
true if subscription was scheduled properly