|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimerScheduleType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 | Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_1.xsd |
org.jboss.shrinkwrap.descriptor.impl.ejbjar31 | Provides the implementation classes as defined in the schema ejb-jar_3_1.xsd |
Uses of TimerScheduleType in org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return TimerScheduleType | |
---|---|
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.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<TimerType<T>> |
TimerType.schedule()
If not already created, a new schedule element will be created and returned. |
TimerScheduleType<T> |
TimerScheduleType.setDayOfMonth(java.lang.String dayOfMonth)
If not already created, a new day-of-month element with the given value will be created. |
TimerScheduleType<T> |
TimerScheduleType.setDayOfWeek(java.lang.String dayOfWeek)
If not already created, a new day-of-week element with the given value will be created. |
TimerScheduleType<T> |
TimerScheduleType.setHour(java.lang.String hour)
If not already created, a new hour element with the given value will be created. |
TimerScheduleType<T> |
TimerScheduleType.setMinute(java.lang.String minute)
If not already created, a new minute element with the given value will be created. |
TimerScheduleType<T> |
TimerScheduleType.setMonth(java.lang.String month)
If not already created, a new month element with the given value will be created. |
TimerScheduleType<T> |
TimerScheduleType.setSecond(java.lang.String second)
If not already created, a new second element with the given value will be created. |
TimerScheduleType<T> |
TimerScheduleType.setYear(java.lang.String year)
If not already created, a new year element with the given value will be created. |
Uses of TimerScheduleType in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 |
---|
Classes in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that implement TimerScheduleType | |
---|---|
class |
TimerScheduleTypeImpl<T>
This class implements the timer-scheduleType xsd type |
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return TimerScheduleType | |
---|---|
TimerScheduleType<T> |
TimerScheduleTypeImpl.removeDayOfMonth()
Removes the day-of-month element |
TimerScheduleType<T> |
TimerScheduleTypeImpl.removeDayOfWeek()
Removes the day-of-week element |
TimerScheduleType<T> |
TimerScheduleTypeImpl.removeHour()
Removes the hour element |
TimerScheduleType<T> |
TimerScheduleTypeImpl.removeMinute()
Removes the minute element |
TimerScheduleType<T> |
TimerScheduleTypeImpl.removeMonth()
Removes the month element |
TimerScheduleType<T> |
TimerScheduleTypeImpl.removeSecond()
Removes the second element |
TimerScheduleType<T> |
TimerScheduleTypeImpl.removeYear()
Removes the year element |
TimerScheduleType<TimerType<T>> |
TimerTypeImpl.schedule()
If not already created, a new schedule element will be created and returned. |
TimerScheduleType<T> |
TimerScheduleTypeImpl.setDayOfMonth(java.lang.String dayOfMonth)
If not already created, a new day-of-month element with the given value will be created. |
TimerScheduleType<T> |
TimerScheduleTypeImpl.setDayOfWeek(java.lang.String dayOfWeek)
If not already created, a new day-of-week element with the given value will be created. |
TimerScheduleType<T> |
TimerScheduleTypeImpl.setHour(java.lang.String hour)
If not already created, a new hour element with the given value will be created. |
TimerScheduleType<T> |
TimerScheduleTypeImpl.setMinute(java.lang.String minute)
If not already created, a new minute element with the given value will be created. |
TimerScheduleType<T> |
TimerScheduleTypeImpl.setMonth(java.lang.String month)
If not already created, a new month element with the given value will be created. |
TimerScheduleType<T> |
TimerScheduleTypeImpl.setSecond(java.lang.String second)
If not already created, a new second element with the given value will be created. |
TimerScheduleType<T> |
TimerScheduleTypeImpl.setYear(java.lang.String year)
If not already created, a new year element with the given value will be created. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |