public class CalendarTimerEntity extends TimerEntity
id, info, initialDate, nextDate, previousRun, primaryKey, repeatInterval, timedObjectId, timerState
Constructor and Description |
---|
CalendarTimerEntity(CalendarTimer calendarTimer) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
CalendarBasedTimeout |
getCalendarTimeout() |
String |
getDayOfMonth() |
String |
getDayOfWeek() |
Date |
getEndDate() |
String |
getHour() |
String |
getMinute() |
String |
getMonth() |
javax.ejb.ScheduleExpression |
getScheduleExpression() |
String |
getSecond() |
Date |
getStartDate() |
TimeoutMethod |
getTimeoutMethod() |
String |
getTimezone() |
String |
getYear() |
int |
hashCode() |
boolean |
isAutoTimer() |
boolean |
isCalendarTimer() |
getId, getInfo, getInitialDate, getInterval, getNextDate, getPreviousRun, getPrimaryKey, getTimedObjectId, getTimerState
public CalendarTimerEntity(CalendarTimer calendarTimer)
public boolean isCalendarTimer()
isCalendarTimer
in class TimerEntity
public javax.ejb.ScheduleExpression getScheduleExpression()
public CalendarBasedTimeout getCalendarTimeout()
public String getSecond()
public String getMinute()
public String getHour()
public String getDayOfWeek()
public String getDayOfMonth()
public String getMonth()
public String getYear()
public Date getStartDate()
public Date getEndDate()
public TimeoutMethod getTimeoutMethod()
public boolean isAutoTimer()
public String getTimezone()
public boolean equals(Object obj)
equals
in class TimerEntity
public int hashCode()
hashCode
in class TimerEntity
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.