|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScheduleExpression | |
|---|---|
| javax.ejb | Contains the Enterprise JavaBeans classes and interfaces that define the contracts between the enterprise bean and its clients and between the enterprise bean and the EJB container. |
| Uses of ScheduleExpression in javax.ejb |
|---|
| Methods in javax.ejb that return ScheduleExpression | |
|---|---|
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. |
| Methods in javax.ejb with parameters of type ScheduleExpression | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||