org.apache.fulcrum.quartz
Interface QuartzScheduler

All Known Implementing Classes:
QuartzSchedulerImpl

public interface QuartzScheduler

Author:
Leandro Rodrigo Saad Cruz

Method Summary
 org.quartz.Scheduler getScheduler()
          Get the underlying Quartz scheduler.
 

Method Detail

getScheduler

org.quartz.Scheduler getScheduler()
Get the underlying Quartz scheduler.

Returns:
the Quartz scheduler


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.