public class Timer extends Object implements Serializable
runThrough(Date, Date) - then it is a generator.| Modifier and Type | Field and Description |
|---|---|
protected Date |
from |
protected ArrayList<Integer> |
stepExceptions
explizit step exceptions on given
stepType to be ignored. |
protected int |
stepLength
number of
stepType for each step. |
protected int |
stepType
a value given by the
Calendar. |
protected Set<Timer> |
subTimers |
protected Date |
until |
protected Date from
protected Date until
protected int stepType
Calendar. E.g. Calendar.DAY_OF_MONTH.protected int stepLength
stepType for each step. If 0, the timer is only a period, not a generatorprotected ArrayList<Integer> stepExceptions
stepType to be ignored.
It is defined as ArrayList, as List or Set is not Serializable and cannot be handled by JPA!public boolean isGenerator()
runThrough(Date, Date)Copyright © 2012–2020. All rights reserved.