Uses of Class
jakarta.enterprise.concurrent.CronTrigger
Package
Description
Classes and interfaces that make up the Jakarta Concurrency specification.
-
Uses of CronTrigger in jakarta.enterprise.concurrent
Modifier and TypeMethodDescriptionCronTrigger.daysOfMonth
(int... d) Configure the day-of-month cron field, overwriting any previous value for day-of-month.CronTrigger.daysOfMonth
(String d) Configure the day-of-month cron field, overwriting any previous value for day-of-month.CronTrigger.daysOfWeek
(String d) Configure the day-of-week cron field, overwriting any previous value for day-of-week.CronTrigger.daysOfWeek
(DayOfWeek... d) Configure the day-of-week cron field, overwriting any previous value for day-of-week.CronTrigger.hours
(int... h) Configure the hours cron field, overwriting any previous value for hours.Configure the hours cron field, overwriting any previous value for hours.CronTrigger.minutes
(int... m) Configure the minutes cron field, overwriting any previous value for minutes.Configure the minutes cron field, overwriting any previous value for minutes.Configure the months cron field, overwriting any previous value for months.Configure the month cron field, overwriting any previous value for month.CronTrigger.seconds
(int... s) Configure the seconds cron field, overwriting any previous value for seconds.Configure the seconds cron field, overwriting any previous value for seconds.