Example usage for Java javax.ejb ScheduleExpression fields, constructors, methods, implement or subclass
The text is from its open source code.
ScheduleExpression() Create a schedule with the default values. |
ScheduleExpression | dayOfMonth(String d) Set the day of the month attribute. |
ScheduleExpression | dayOfMonth(int d) Set the day of the month attribute. |
ScheduleExpression | dayOfWeek(String d) Set the day of the week attribute. |
ScheduleExpression | dayOfWeek(int d) Set the day of the week attribute. |
ScheduleExpression | hour(String h) Set the hour attribute. |
ScheduleExpression | hour(int h) Set the hour attribute. |
ScheduleExpression | minute(String m) Set the minute attribute. |
ScheduleExpression | minute(int m) Set the minute attribute. |
ScheduleExpression | month(String m) Set the month attribute. |
ScheduleExpression | month(int m) Set the month attribute. |
ScheduleExpression | second(String s) Set the second attribute. |
ScheduleExpression | second(int s) Set the second attribute. |
ScheduleExpression | timezone(String timezoneID) Set the timezone. |
ScheduleExpression | year(String y) Set the year attribute. |
ScheduleExpression | year(int y) Set the year attribute. |