public class TimerEntity extends Object implements Serializable
FileTimerPersistence
writes these out directly, modifying this class will break compatibilityModifier and Type | Field and Description |
---|---|
protected String |
id |
protected Serializable |
info |
protected Date |
initialDate |
protected Date |
nextDate |
protected Date |
previousRun |
protected Object |
primaryKey |
protected long |
repeatInterval |
protected String |
timedObjectId |
protected TimerState |
timerState |
Constructor and Description |
---|
TimerEntity(TimerImpl timer) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getId() |
Serializable |
getInfo() |
Date |
getInitialDate() |
long |
getInterval() |
Date |
getNextDate() |
Date |
getPreviousRun() |
Object |
getPrimaryKey() |
String |
getTimedObjectId() |
TimerState |
getTimerState() |
int |
hashCode() |
boolean |
isCalendarTimer() |
protected final String id
protected final String timedObjectId
protected final Date initialDate
protected final long repeatInterval
protected final Date nextDate
protected final Date previousRun
protected final Serializable info
protected final Object primaryKey
protected final TimerState timerState
public TimerEntity(TimerImpl timer)
public String getId()
public String getTimedObjectId()
public Date getInitialDate()
public long getInterval()
public Serializable getInfo()
public Date getNextDate()
public Date getPreviousRun()
public TimerState getTimerState()
public boolean isCalendarTimer()
public Object getPrimaryKey()
Copyright © 2014 JBoss by Red Hat. All rights reserved.