Interface QuartzScheduler

All Known Implementing Classes:
QuartzSchedulerImpl

public interface QuartzScheduler
Author:
Leandro Rodrigo Saad Cruz
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Avalon role - used to id the component within the manager
  • Method Summary

    Modifier and Type
    Method
    Description
    org.quartz.Scheduler
    Get the underlying Quartz scheduler.
  • Field Details

    • ROLE

      static final String ROLE
      Avalon role - used to id the component within the manager
  • Method Details

    • getScheduler

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