Package org.apache.fulcrum.quartz
Interface QuartzScheduler
-
- All Known Implementing Classes:
QuartzSchedulerImpl
public interface QuartzScheduler
- Author:
- Leandro Rodrigo Saad Cruz
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.quartz.Scheduler
getScheduler()
Get the underlying Quartz scheduler.
-
-
-
Field Detail
-
ROLE
static final String ROLE
Avalon role - used to id the component within the manager
-
-