Package | Description |
---|---|
jakarta.ejb |
Contains the Enterprise Bean classes
and interfaces that define the contracts between the enterprise bean
and its clients and between the enterprise bean and the enterprise bean container.
|
Modifier and Type | Method | Description |
---|---|---|
ScheduleExpression |
ScheduleExpression.dayOfMonth(int d) |
Set the day of the month attribute.
|
ScheduleExpression |
ScheduleExpression.dayOfMonth(String d) |
Set the day of the month attribute.
|
ScheduleExpression |
ScheduleExpression.dayOfWeek(int d) |
Set the day of the week attribute.
|
ScheduleExpression |
ScheduleExpression.dayOfWeek(String d) |
Set the day of the week attribute.
|
ScheduleExpression |
ScheduleExpression.end(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(String h) |
Set the hour attribute.
|
ScheduleExpression |
ScheduleExpression.minute(int m) |
Set the minute attribute.
|
ScheduleExpression |
ScheduleExpression.minute(String m) |
Set the minute attribute.
|
ScheduleExpression |
ScheduleExpression.month(int m) |
Set the month attribute.
|
ScheduleExpression |
ScheduleExpression.month(String m) |
Set the month attribute.
|
ScheduleExpression |
ScheduleExpression.second(int s) |
Set the second attribute.
|
ScheduleExpression |
ScheduleExpression.second(String s) |
Set the second attribute.
|
ScheduleExpression |
ScheduleExpression.start(Date s) |
Set the start date.
|
ScheduleExpression |
ScheduleExpression.timezone(String timezoneID) |
Set the timezone.
|
ScheduleExpression |
ScheduleExpression.year(int y) |
Set the year attribute.
|
ScheduleExpression |
ScheduleExpression.year(String y) |
Set the year attribute.
|
Modifier and Type | Method | 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.
|
Copyright © 2018, 2022 Eclipse Foundation.
Use is subject to license terms.