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, the FileTimerPersistence writes these out directly, modifying this class will break compatibility
Author:
Jaikiran Pai, Stuart Douglas
See Also:
  • Constructor Details

    • CalendarTimerEntity

      public CalendarTimerEntity(CalendarTimer calendarTimer)
  • Method Details

    • 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:
      equals in class TimerEntity
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class TimerEntity