Class CalendarTimerEntity
- java.lang.Object
-
- org.jboss.as.ejb3.timerservice.persistence.TimerEntity
-
- org.jboss.as.ejb3.timerservice.persistence.CalendarTimerEntity
-
- All Implemented Interfaces:
Serializable
public class CalendarTimerEntity extends TimerEntity
DO NOT MODIFY THIS CLASS Due to a temporary implementation that became permanent, theFileTimerPersistencewrites these out directly, modifying this class will break compatibility- Author:
- Jaikiran Pai, Stuart Douglas
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.jboss.as.ejb3.timerservice.persistence.TimerEntity
id, info, initialDate, nextDate, previousRun, repeatInterval, timedObjectId, timerState
-
-
Constructor Summary
Constructors Constructor Description CalendarTimerEntity(CalendarTimer calendarTimer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetDayOfMonth()StringgetDayOfWeek()DategetEndDate()StringgetHour()StringgetMinute()StringgetMonth()StringgetSecond()DategetStartDate()TimeoutMethodgetTimeoutMethod()StringgetTimezone()StringgetYear()inthashCode()booleanisAutoTimer()-
Methods inherited from class org.jboss.as.ejb3.timerservice.persistence.TimerEntity
getId, getInfo, getInitialDate, getInterval, getNextDate, getPreviousRun, getTimedObjectId, getTimerState
-
-
-
-
Constructor Detail
-
CalendarTimerEntity
public CalendarTimerEntity(CalendarTimer calendarTimer)
-
-
Method Detail
-
getSecond
public String getSecond()
-
getMinute
public String getMinute()
-
getHour
public String getHour()
-
getDayOfWeek
public String getDayOfWeek()
-
getDayOfMonth
public String getDayOfMonth()
-
getMonth
public String getMonth()
-
getYear
public String getYear()
-
getStartDate
public Date getStartDate()
-
getEndDate
public Date getEndDate()
-
getTimeoutMethod
public TimeoutMethod getTimeoutMethod()
-
isAutoTimer
public boolean isAutoTimer()
-
getTimezone
public String getTimezone()
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classTimerEntity
-
hashCode
public int hashCode()
- Overrides:
hashCodein classTimerEntity
-
-