Package adalid.jee2
Class JobSchedule
java.lang.Object
adalid.jee2.JobSchedule
- Author:
- Jorge Campins
-
Field Summary
FieldsModifier and TypeFieldDescriptionSpecifies one or more days within a month.Specifies one or more days within a week.Specifies one or more hours within a day.Specifies an information public String that is associated with the timerSpecifies one or more minutes within an hour.Specifies one or more months within a year.booleanSpecifies whether the timer that is created is permanently disabled.booleanSpecifies whether the timer that is created is persistent.Specifies one or more seconds within a minute.Specifies the time zone within which the schedule is evaluated.Specifies one or more years. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
second
Specifies one or more seconds within a minute. -
minute
Specifies one or more minutes within an hour. -
hour
Specifies one or more hours within a day. -
dayOfWeek
Specifies one or more days within a week. -
dayOfMonth
Specifies one or more days within a month. -
month
Specifies one or more months within a year. -
year
Specifies one or more years. -
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
Specifies an information public String that is associated with the timer -
persistent
public boolean persistentSpecifies whether the timer that is created is persistent. -
permanentlyDisabled
public boolean permanentlyDisabledSpecifies whether the timer that is created is permanently disabled.
-
-
Constructor Details
-
JobSchedule
-
-
Method Details
-
getJobScheduleName
- Returns:
- the job schedule name
-
getSecond
- Returns:
- the second
-
getMinute
- Returns:
- the minute
-
getHour
- Returns:
- the hour
-
getDayOfWeek
- Returns:
- the day of week
-
getDayOfMonth
- Returns:
- the day of month
-
getMonth
- Returns:
- the month
-
getYear
- Returns:
- the year
-
getTimezone
- Returns:
- the timezone
-
getInfo
- Returns:
- the info
-
isPersistent
public boolean isPersistent()- Returns:
- the persistent indicator
-
isPermanentlyDisabled
public boolean isPermanentlyDisabled()- Returns:
- the disabled indicator
-