public class RepeatingTrigger extends AbstractTrigger
| Modifier and Type | Class and Description |
|---|---|
static class |
RepeatingTrigger.Builder |
now| Constructor and Description |
|---|
RepeatingTrigger(long interval,
long delay,
long triggerTime,
int repeatCount,
int executionCount) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getDelay() |
int |
getExecutionCount() |
long |
getInterval() |
Integer |
getRepeatCount() |
long |
getTriggerTime() |
int |
hashCode() |
Trigger |
nextTrigger() |
String |
toString() |
getExecutionTime, getExecutionTimepublic RepeatingTrigger(long interval,
long delay,
long triggerTime,
int repeatCount,
int executionCount)
Copyright © 2014–2015 Red Hat, Inc.. All rights reserved.