ScheduleExpression |
ScheduleExpression.dayOfMonth(int d) |
Set the day of the month attribute.
|
ScheduleExpression |
ScheduleExpression.dayOfMonth(java.lang.String d) |
Set the day of the month attribute.
|
ScheduleExpression |
ScheduleExpression.dayOfWeek(int d) |
Set the day of the week attribute.
|
ScheduleExpression |
ScheduleExpression.dayOfWeek(java.lang.String d) |
Set the day of the week attribute.
|
ScheduleExpression |
ScheduleExpression.end(java.util.Date e) |
Set the end date.
|
ScheduleExpression |
Timer.getSchedule() |
Get the schedule expression corresponding to this timer.
|
ScheduleExpression |
ScheduleExpression.hour(int h) |
Set the hour attribute.
|
ScheduleExpression |
ScheduleExpression.hour(java.lang.String h) |
Set the hour attribute.
|
ScheduleExpression |
ScheduleExpression.minute(int m) |
Set the minute attribute.
|
ScheduleExpression |
ScheduleExpression.minute(java.lang.String m) |
Set the minute attribute.
|
ScheduleExpression |
ScheduleExpression.month(int m) |
Set the month attribute.
|
ScheduleExpression |
ScheduleExpression.month(java.lang.String m) |
Set the month attribute.
|
ScheduleExpression |
ScheduleExpression.second(int s) |
Set the second attribute.
|
ScheduleExpression |
ScheduleExpression.second(java.lang.String s) |
Set the second attribute.
|
ScheduleExpression |
ScheduleExpression.start(java.util.Date s) |
Set the start date.
|
ScheduleExpression |
ScheduleExpression.timezone(java.lang.String timezoneID) |
Set the timezone.
|
ScheduleExpression |
ScheduleExpression.year(int y) |
Set the year attribute.
|
ScheduleExpression |
ScheduleExpression.year(java.lang.String y) |
Set the year attribute.
|