| Modifier and Type | Class and Description |
|---|---|
static class |
RepeatingTrigger.Builder |
| 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() |
public RepeatingTrigger(long interval,
long delay,
long triggerTime,
int repeatCount,
int executionCount)
public long getInterval()
public long getDelay()
public long getTriggerTime()
getTriggerTime in interface Triggerpublic Integer getRepeatCount()
public int getExecutionCount()
public Trigger nextTrigger()
nextTrigger in interface TriggerCopyright © 2014–2016 Red Hat, Inc.. All rights reserved.