org.quartz
| ||||||||||||||||||||||||||||||||||||||||||||||||||
| Field Summary | |
|---|---|
static int |
MONTH
|
| Method Summary | |
|---|---|
Calendar |
getBaseCalendar()
Get the base calendar. |
String |
getDescription()
Return the description given to the Calendar instance by
its creator (if any). |
long |
getNextIncludedTime(long timeStamp)
Determine the next time (in milliseconds) that is 'included' by the Calendar after the given time. |
boolean |
isTimeIncluded(long timeStamp)
Determine whether the given time (in milliseconds) is 'included' by the Calendar. |
void |
setBaseCalendar(Calendar baseCalendar)
Set a new base calendar or remove the existing one. |
void |
setDescription(String description)
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. |
| Field Detail |
|---|
static final int MONTH
| Method Detail |
|---|
void setBaseCalendar(Calendar baseCalendar)
Set a new base calendar or remove the existing one.
Calendar getBaseCalendar()
Get the base calendar. Will be null, if not set.
boolean isTimeIncluded(long timeStamp)
Determine whether the given time (in milliseconds) is 'included' by the Calendar.
long getNextIncludedTime(long timeStamp)
Determine the next time (in milliseconds) that is 'included' by the Calendar after the given time.
String getDescription()
Return the description given to the Calendar instance by
its creator (if any).
void setDescription(String description)
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.
|
Quartz Enterprise Job Scheduler Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||