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

Quick Search    Search Deep
A B C D E G H I M O R S W

A

AnnualCalendar - class org.quartz.impl.calendar.AnnualCalendar.
This implementation of the Calendar excludes a set of days of the year.
AnnualCalendar() - Constructor for class org.quartz.impl.calendar.AnnualCalendar
Constructor
AnnualCalendar(Calendar) - Constructor for class org.quartz.impl.calendar.AnnualCalendar
Constructor
addExcludedDate(Date) - Method in class org.quartz.impl.calendar.HolidayCalendar
Add the given Date to the list of excluded days.
areAllDaysExcluded() - Method in class org.quartz.impl.calendar.MonthlyCalendar
Check if all days are excluded.
areAllDaysExcluded() - Method in class org.quartz.impl.calendar.WeeklyCalendar
Check if all week days are excluded.

B

BaseCalendar - class org.quartz.impl.calendar.BaseCalendar.
This implementation of the Calendar may be used (you don't have to) as a base class for more sophisticated one's.
BaseCalendar() - Constructor for class org.quartz.impl.calendar.BaseCalendar
Default Constructor
BaseCalendar(Calendar) - Constructor for class org.quartz.impl.calendar.BaseCalendar
Constructor
baseCalendar - Variable in class org.quartz.impl.calendar.BaseCalendar
 
buildHoliday(Date) - Static method in class org.quartz.impl.calendar.BaseCalendar
Utility method.
buildHoliday(long) - Static method in class org.quartz.impl.calendar.BaseCalendar
Utility method.

C

CalendarComparator - class org.quartz.impl.calendar.CalendarComparator.
 
CalendarComparator() - Constructor for class org.quartz.impl.calendar.CalendarComparator
 
compare(Object, Object) - Method in class org.quartz.impl.calendar.CalendarComparator
 

D

dataSorted - Variable in class org.quartz.impl.calendar.AnnualCalendar
 
dates - Variable in class org.quartz.impl.calendar.HolidayCalendar
 
description - Variable in class org.quartz.impl.calendar.BaseCalendar
 

E

excludeAll - Variable in class org.quartz.impl.calendar.MonthlyCalendar
 
excludeAll - Variable in class org.quartz.impl.calendar.WeeklyCalendar
 
excludeDays - Variable in class org.quartz.impl.calendar.AnnualCalendar
 
excludeDays - Variable in class org.quartz.impl.calendar.MonthlyCalendar
 
excludeDays - Variable in class org.quartz.impl.calendar.WeeklyCalendar
 

G

getBaseCalendar() - Method in class org.quartz.impl.calendar.BaseCalendar
Get the base calendar.
getDaysExcluded() - Method in class org.quartz.impl.calendar.AnnualCalendar
Get the array which defines the exclude-value of each day of month
getDaysExcluded() - Method in class org.quartz.impl.calendar.MonthlyCalendar
Get the array which defines the exclude-value of each day of month
getDaysExcluded() - Method in class org.quartz.impl.calendar.WeeklyCalendar
Get the array with the week days
getDescription() - Method in class org.quartz.impl.calendar.BaseCalendar
Return the description given to the Calendar instance by its creator (if any).
getExcludedDates() - Method in class org.quartz.impl.calendar.HolidayCalendar
Returns a SortedSet of Dates representing the excluded days.
getJavaCalendar(long) - Static method in class org.quartz.impl.calendar.BaseCalendar
Utility method.
getNextIncludedTime(long) - Method in class org.quartz.impl.calendar.AnnualCalendar
Determine the next time (in milliseconds) that is 'included' by the Calendar after the given time.
getNextIncludedTime(long) - Method in class org.quartz.impl.calendar.BaseCalendar
Determine the next time (in milliseconds) that is 'included' by the Calendar after the given time.
getNextIncludedTime(long) - Method in class org.quartz.impl.calendar.HolidayCalendar
Determine the next time (in milliseconds) that is 'included' by the Calendar after the given time.
getNextIncludedTime(long) - Method in class org.quartz.impl.calendar.MonthlyCalendar
Determine the next time (in milliseconds) that is 'included' by the Calendar after the given time.
getNextIncludedTime(long) - Method in class org.quartz.impl.calendar.WeeklyCalendar
Determine the next time (in milliseconds) that is 'included' by the Calendar after the given time.

H

HolidayCalendar - class org.quartz.impl.calendar.HolidayCalendar.
This implementation of the Calendar stores a list of holidays (full days that are excluded from scheduling).
HolidayCalendar() - Constructor for class org.quartz.impl.calendar.HolidayCalendar
Constructor
HolidayCalendar(Calendar) - Constructor for class org.quartz.impl.calendar.HolidayCalendar
Constructor

I

init() - Method in class org.quartz.impl.calendar.MonthlyCalendar
Initialize internal variables
init() - Method in class org.quartz.impl.calendar.WeeklyCalendar
Initialize internal variables
isDayExcluded(Calendar) - Method in class org.quartz.impl.calendar.AnnualCalendar
Return true, if day is defined to be exluded.
isDayExcluded(int) - Method in class org.quartz.impl.calendar.MonthlyCalendar
Return true, if mday is defined to be exluded.
isDayExcluded(int) - Method in class org.quartz.impl.calendar.WeeklyCalendar
Return true, if wday (see Calendar.get()) is defined to be exluded.
isTimeIncluded(long) - Method in class org.quartz.impl.calendar.AnnualCalendar
Determine whether the given time (in milliseconds) is 'included' by the Calendar.
isTimeIncluded(long) - Method in class org.quartz.impl.calendar.BaseCalendar
Check if date/time represented by timeStamp is included.
isTimeIncluded(long) - Method in class org.quartz.impl.calendar.HolidayCalendar
Determine whether the given time (in milliseconds) is 'included' by the Calendar.
isTimeIncluded(long) - Method in class org.quartz.impl.calendar.MonthlyCalendar
Determine whether the given time (in milliseconds) is 'included' by the Calendar.
isTimeIncluded(long) - Method in class org.quartz.impl.calendar.WeeklyCalendar
Determine whether the given time (in milliseconds) is 'included' by the Calendar.

M

MonthlyCalendar - class org.quartz.impl.calendar.MonthlyCalendar.
This implementation of the Calendar excludes a set of days of the month.
MonthlyCalendar() - Constructor for class org.quartz.impl.calendar.MonthlyCalendar
Constructor
MonthlyCalendar(Calendar) - Constructor for class org.quartz.impl.calendar.MonthlyCalendar
Constructor

O

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

R

removeExcludedDate(Date) - Method in class org.quartz.impl.calendar.HolidayCalendar
 

S

setBaseCalendar(Calendar) - Method in class org.quartz.impl.calendar.BaseCalendar
Set a new base calendar or remove the existing one
setDayExcluded(Calendar, boolean) - Method in class org.quartz.impl.calendar.AnnualCalendar
Redefine a certain day to be excluded (true) or included (false).
setDayExcluded(int, boolean) - Method in class org.quartz.impl.calendar.MonthlyCalendar
Redefine a certain day of the month to be excluded (true) or included (false).
setDayExcluded(int, boolean) - Method in class org.quartz.impl.calendar.WeeklyCalendar
Redefine a certain day of the week to be excluded (true) or included (false).
setDaysExcluded(ArrayList) - Method in class org.quartz.impl.calendar.AnnualCalendar
Redefine the array of days excluded.
setDaysExcluded(boolean[]) - Method in class org.quartz.impl.calendar.MonthlyCalendar
Redefine the array of days excluded.
setDaysExcluded(boolean[]) - Method in class org.quartz.impl.calendar.WeeklyCalendar
Redefine the array of days excluded.
setDescription(String) - Method in class org.quartz.impl.calendar.BaseCalendar
Set a description for the Calendar instance - may be useful for remembering/displaying the purpose of the calendar, though the description has no meaning to Quartz.

W

WeeklyCalendar - class org.quartz.impl.calendar.WeeklyCalendar.
This implementation of the Calendar excludes a set of days of the week.
WeeklyCalendar() - Constructor for class org.quartz.impl.calendar.WeeklyCalendar
Constructor
WeeklyCalendar(Calendar) - Constructor for class org.quartz.impl.calendar.WeeklyCalendar
Constructor

A B C D E G H I M O R S W