Package org.apache.fulcrum.quartz
Interface QuartzScheduler
- All Known Implementing Classes:
QuartzSchedulerImpl
public interface QuartzScheduler
- Author:
- Leandro Rodrigo Saad Cruz
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.quartz.Scheduler
Get the underlying Quartz scheduler.
-
Field Details
-
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
-