org.pentaho.platform.api.engine
Interface IScheduler

All Known Implementing Classes:
QuartzScheduler

public interface IScheduler

The IScheduler implementation should be able to take an ISubscription and add it to it's internal scheduling mechanism to cause a trigger in the platform

Author:
dmoran

Method Summary
 boolean scheduleSubscription(ISubscription subscription)
           
 

Method Detail

scheduleSubscription

boolean scheduleSubscription(ISubscription subscription)
Parameters:
subscription -
Returns:
true if subscription was scheduled properly