public static class Q.IterationRunCondition extends Object implements Q.RunCondition
| Modifier and Type | Field and Description |
|---|---|
protected long |
currentIteration |
| Modifier | Constructor and Description |
|---|---|
protected |
IterationRunCondition(long iterations) |
| Modifier and Type | Method and Description |
|---|---|
long |
getIterations() |
boolean |
isExecutable() |
static Q.IterationRunCondition |
times(long numberOfIterations) |
public long getIterations()
public static Q.IterationRunCondition times(long numberOfIterations)
public boolean isExecutable()
isExecutable in interface Q.RunConditionCopyright © 2017 JBoss by Red Hat. All rights reserved.