public static class TestChoreService.ScheduledChoreSamples.FailInitialChore extends ScheduledChore
| Constructor and Description |
|---|
FailInitialChore(java.lang.String name,
int period,
int failThreshold) |
FailInitialChore(java.lang.String name,
Stoppable stopper,
int period,
int failThreshold) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
chore()
The task to execute on each scheduled execution of the Chore
|
protected boolean |
initialChore()
Override to run a task before we start looping.
|
cancel, cancel, choreForTesting, cleanup, getInitialDelay, getName, getPeriod, getStopper, getTimeUnit, isInitialChoreComplete, isScheduled, run, toString, triggerNowpublic FailInitialChore(java.lang.String name,
int period,
int failThreshold)
failThreshold - Number of times the Chore fails when trying to execute initialChore
before succeeding.public FailInitialChore(java.lang.String name,
Stoppable stopper,
int period,
int failThreshold)
protected boolean initialChore()
ScheduledChoreinitialChore in class ScheduledChoreprotected void chore()
ScheduledChorechore in class ScheduledChore