Package adalid.jee2

Class JobSchedule

java.lang.Object
adalid.jee2.JobSchedule

public class JobSchedule extends Object
Author:
Jorge Campins
  • Field Details

    • second

      public String second
      Specifies one or more seconds within a minute.
    • minute

      public String minute
      Specifies one or more minutes within an hour.
    • hour

      public String hour
      Specifies one or more hours within a day.
    • dayOfWeek

      public String dayOfWeek
      Specifies one or more days within a week.
    • dayOfMonth

      public String dayOfMonth
      Specifies one or more days within a month.
    • month

      public String month
      Specifies one or more months within a year.
    • year

      public String year
      Specifies one or more years.
    • timezone

      public String timezone
      Specifies the time zone within which the schedule is evaluated. Time zones are specified as an ID public String. The set of required time zone IDs is defined by the Zone Name(TZ) column of the public domain zoneinfo database. If a timezone is not specified, the schedule is evaluated in the context of the default timezone associated with the contianer in which the application is executing.
    • info

      public String info
      Specifies an information public String that is associated with the timer
    • persistent

      public boolean persistent
      Specifies whether the timer that is created is persistent.
    • permanentlyDisabled

      public boolean permanentlyDisabled
      Specifies whether the timer that is created is permanently disabled.
  • Constructor Details

    • JobSchedule

      public JobSchedule(String name)
  • Method Details

    • getJobScheduleName

      public String getJobScheduleName()
      Returns:
      the job schedule name
    • getSecond

      public String getSecond()
      Returns:
      the second
    • getMinute

      public String getMinute()
      Returns:
      the minute
    • getHour

      public String getHour()
      Returns:
      the hour
    • getDayOfWeek

      public String getDayOfWeek()
      Returns:
      the day of week
    • getDayOfMonth

      public String getDayOfMonth()
      Returns:
      the day of month
    • getMonth

      public String getMonth()
      Returns:
      the month
    • getYear

      public String getYear()
      Returns:
      the year
    • getTimezone

      public String getTimezone()
      Returns:
      the timezone
    • getInfo

      public String getInfo()
      Returns:
      the info
    • isPersistent

      public boolean isPersistent()
      Returns:
      the persistent indicator
    • isPermanentlyDisabled

      public boolean isPermanentlyDisabled()
      Returns:
      the disabled indicator