public class IterationContext
extends java.lang.Object
IterationCallback.| Modifier and Type | Field and Description |
|---|---|
protected boolean |
exited
whether
exit() is invoked |
| Constructor and Description |
|---|
IterationContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
exit()
Exits from an execution of
IterationCallback. |
boolean |
isExited()
Whether
exit() is invoked. |
protected boolean exited
exit() is invokedpublic void exit()
IterationCallback.