Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.quartz.impl.calendar

Contains implementations of the SchedulerFactory, JobStore, ThreadPool, and other interfaces required by the org.quartz.core.QuartzScheduler.

See:
          Description

Class Summary
AnnualCalendar This implementation of the Calendar excludes a set of days of the year.
BaseCalendar This implementation of the Calendar may be used (you don't have to) as a base class for more sophisticated one's.
CalendarComparator  
HolidayCalendar This implementation of the Calendar stores a list of holidays (full days that are excluded from scheduling).
MonthlyCalendar This implementation of the Calendar excludes a set of days of the month.
WeeklyCalendar This implementation of the Calendar excludes a set of days of the week.
 

Package org.quartz.impl.calendar Description

Contains implementations of the SchedulerFactory, JobStore, ThreadPool, and other interfaces required by the org.quartz.core.QuartzScheduler.

Classes in this package may have dependencies on third-party packages.




See the Quartz project on SourceForge for more information.