Package | Description |
---|---|
com.caucho.config.timer | |
com.caucho.ejb.timer | |
javax.ejb |
Modifier and Type | Method and Description |
---|---|
ScheduleExpression |
EjbTimer.getSchedule()
Get the schedule expression corresponding to this timer.
|
Modifier and Type | Method and Description |
---|---|
Timer |
EjbTimerService.createCalendarTimer(ScheduleExpression schedule)
Create a calendar-based timer based on the input schedule expression.
|
Timer |
EjbTimerService.createCalendarTimer(ScheduleExpression schedule,
TimerConfig timerConfig)
Create a calendar-based timer based on the input schedule expression.
|
Modifier and Type | Method and Description |
---|---|
ScheduleExpression |
ScheduleExpression.dayOfMonth(int dayOfMonth)
Sets the day of month expression.
|
ScheduleExpression |
ScheduleExpression.dayOfMonth(java.lang.String dayOfMonth)
Sets the day of month expression.
|
ScheduleExpression |
ScheduleExpression.dayOfWeek(int dayOfWeek)
Sets the day of week expression.
|
ScheduleExpression |
ScheduleExpression.dayOfWeek(java.lang.String dayOfWeek)
Sets the day of week expression.
|
ScheduleExpression |
ScheduleExpression.end(java.util.Date end)
Sets the end date for this schedule.
|
ScheduleExpression |
Timer.getSchedule()
Get the schedule expression corresponding to this timer.
|
ScheduleExpression |
ScheduleExpression.hour(int hour)
Sets the hour expression.
|
ScheduleExpression |
ScheduleExpression.hour(java.lang.String hour)
Sets the hour expression.
|
ScheduleExpression |
ScheduleExpression.minute(int minute)
Sets the minute expression.
|
ScheduleExpression |
ScheduleExpression.minute(java.lang.String minute)
Sets the minute expression.
|
ScheduleExpression |
ScheduleExpression.month(int month)
Sets the month expression.
|
ScheduleExpression |
ScheduleExpression.month(java.lang.String month)
Sets the month expression.
|
ScheduleExpression |
ScheduleExpression.second(int second)
Sets the second expression.
|
ScheduleExpression |
ScheduleExpression.second(java.lang.String second)
Sets the second expression.
|
ScheduleExpression |
ScheduleExpression.start(java.util.Date start)
Sets the start date for this schedule.
|
ScheduleExpression |
ScheduleExpression.timezone(java.lang.String timezoneId)
Sets the time zone for this schedule.
|
ScheduleExpression |
ScheduleExpression.year(int year)
Sets the year expression.
|
ScheduleExpression |
ScheduleExpression.year(java.lang.String year)
Sets the year expression.
|
Modifier and Type | Method and Description |
---|---|
Timer |
TimerService.createCalendarTimer(ScheduleExpression schedule)
Create a calendar-based timer based on the input schedule expression.
|
Timer |
TimerService.createCalendarTimer(ScheduleExpression schedule,
TimerConfig timerConfig)
Create a calendar-based timer based on the input schedule expression.
|