Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar32 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
TimerScheduleType<T> |
TimerScheduleType.dayOfMonth(String dayOfMonth)
Sets the
day-of-month element |
TimerScheduleType<T> |
TimerScheduleType.dayOfWeek(String dayOfWeek)
Sets the
day-of-week element |
TimerScheduleType<TimerType<T>> |
TimerType.getOrCreateSchedule()
If not already created, a new
schedule element with the given value will be created. |
TimerScheduleType<T> |
TimerScheduleType.hour(String hour)
Sets the
hour element |
TimerScheduleType<T> |
TimerScheduleType.id(String id)
Sets the
id attribute |
TimerScheduleType<T> |
TimerScheduleType.minute(String minute)
Sets the
minute element |
TimerScheduleType<T> |
TimerScheduleType.month(String month)
Sets the
month element |
TimerScheduleType<T> |
TimerScheduleType.removeDayOfMonth()
Removes the
day-of-month element |
TimerScheduleType<T> |
TimerScheduleType.removeDayOfWeek()
Removes the
day-of-week element |
TimerScheduleType<T> |
TimerScheduleType.removeHour()
Removes the
hour element |
TimerScheduleType<T> |
TimerScheduleType.removeId()
Removes the
id attribute |
TimerScheduleType<T> |
TimerScheduleType.removeMinute()
Removes the
minute element |
TimerScheduleType<T> |
TimerScheduleType.removeMonth()
Removes the
month element |
TimerScheduleType<T> |
TimerScheduleType.removeSecond()
Removes the
second element |
TimerScheduleType<T> |
TimerScheduleType.removeYear()
Removes the
year element |
TimerScheduleType<T> |
TimerScheduleType.second(String second)
Sets the
second element |
TimerScheduleType<T> |
TimerScheduleType.year(String year)
Sets the
year element |
Copyright © 2024 JBoss by Red Hat. All rights reserved.