Class TimerEntity
java.lang.Object
org.jboss.as.ejb3.timerservice.persistence.TimerEntity
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CalendarTimerEntity
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:
- Carlo de Wolf, Stuart Douglas
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final Serializableprotected final Dateprotected final Dateprotected final Dateprotected final longprotected final Stringprotected final TimerState -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
timedObjectId
-
initialDate
-
repeatInterval
protected final long repeatInterval -
nextDate
-
previousRun
-
info
-
timerState
-
-
Constructor Details
-
TimerEntity
-
-
Method Details