public interface ScheduleLookAheadSupport
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright
|
static int |
DAY
Constant for time resolution unit "Day"
|
static int |
HALF_AN_HOUR
Constant for time resolution unit "Half an hour"
|
static int |
HOUR
Constant for time resolution unit "Hour"
|
static int |
MINUTE
Constant for time resolution unit "Minute"
|
static int |
MONTH
Constant for time resolution unit "Month"
|
static int |
QUARTER
Constant for time resolution unit "Quarter"
|
static int |
SECOND
Constant for time resolution unit "Second"
|
static int |
WEEK
Constant for time resolution unit "Week"
|
static int |
YEAR
Constant for time resolution unit "YEAR"
|
Modifier and Type | Method and Description |
---|---|
void |
calculateNextStateAndExpirationTime()
Calculates next status change time and status
|
int |
clockResolution()
Returns the clock resolution
|
boolean |
currentState()
Returns current schedule state
|
java.util.Date |
currentStateValidUntil()
Returns the next status change time
|
static final java.lang.String COPYRIGHT
static final int YEAR
static final int MONTH
static final int WEEK
static final int DAY
static final int HOUR
static final int HALF_AN_HOUR
static final int QUARTER
static final int MINUTE
static final int SECOND
int clockResolution()
boolean currentState()
java.util.Date currentStateValidUntil()
void calculateNextStateAndExpirationTime()