Class CalendarTimerEntity
java.lang.Object
org.jboss.as.ejb3.timerservice.persistence.TimerEntity
org.jboss.as.ejb3.timerservice.persistence.CalendarTimerEntity
- All Implemented Interfaces:
Serializable
DO NOT MODIFY THIS CLASS
Due to a temporary implementation that became permanent, the
FileTimerPersistence
writes these out directly, modifying this class will break compatibility- Author:
- Jaikiran Pai, Stuart Douglas
- See Also:
-
Field Summary
Fields inherited from class org.jboss.as.ejb3.timerservice.persistence.TimerEntity
id, info, initialDate, nextDate, previousRun, repeatInterval, timedObjectId, timerState -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jboss.as.ejb3.timerservice.persistence.TimerEntity
getId, getInfo, getInitialDate, getInterval, getNextDate, getPreviousRun, getTimedObjectId, getTimerState
-
Constructor Details
-
CalendarTimerEntity
-
-
Method Details
-
getSecond
-
getMinute
-
getHour
-
getDayOfWeek
-
getDayOfMonth
-
getMonth
-
getYear
-
getStartDate
-
getEndDate
-
getTimeoutMethod
-
isAutoTimer
public boolean isAutoTimer() -
getTimezone
-
equals
- Overrides:
equalsin classTimerEntity
-
hashCode
public int hashCode()- Overrides:
hashCodein classTimerEntity
-