Uses of Class
jakarta.ejb.ScheduleExpression
Package
Description
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.
-
Uses of ScheduleExpression in jakarta.ejb
Modifier and TypeMethodDescriptionScheduleExpression.dayOfMonth
(int d) Set the day of the month attribute.ScheduleExpression.dayOfMonth
(String d) Set the day of the month attribute.ScheduleExpression.dayOfWeek
(int d) Set the day of the week attribute.Set the day of the week attribute.Set the end date.Timer.getSchedule()
Get the schedule expression corresponding to this timer.ScheduleExpression.hour
(int h) Set the hour attribute.Set the hour attribute.ScheduleExpression.minute
(int m) Set the minute attribute.Set the minute attribute.ScheduleExpression.month
(int m) Set the month attribute.Set the month attribute.ScheduleExpression.second
(int s) Set the second attribute.Set the second attribute.Set the start date.Set the timezone.ScheduleExpression.year
(int y) Set the year attribute.Set the year attribute.Modifier and TypeMethodDescriptionTimerService.createCalendarTimer
(ScheduleExpression schedule) Create a calendar-based timer based on the input schedule expression.TimerService.createCalendarTimer
(ScheduleExpression schedule, TimerConfig timerConfig) Create a calendar-based timer based on the input schedule expression.