Specify in the timeout method in which the calendar base automatic generation timer of the EJB timer service is called back.
The following table lists the @Schedule attributes:
Attribute name | Functionality |
---|---|
dayOfMonth | Set a day of the month for timeout. |
dayOfWeek | Set a day of the week for timeout. |
hour | Set the hour for timeout. |
info | Set the optional character information related to the timer. |
minute | Set the minutes for timeout. |
month | Set the month for timeout. |
persistent | Set persistence of timer. Since the persistence functionality of timer is not supported, the timer is not persistent even if you specify true and operate by considering as non persistent (false). |
second | Set the seconds for timeout. |
timezone | Set the time zone for timeout. |
year | Set the year for timeout. |
Details of each attribute are as follows: