private class TemporaryBuffer.NoUndoValidator extends java.lang.Object implements Finalizable
| Modifier | Constructor and Description |
|---|---|
private |
NoUndoValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleted()
No-op.
|
void |
finished()
The block is exiting; perform a non-destructive validation of the record in the buffer.
|
void |
iterate()
The block is iterating; perform a non-destructive validation of the record in the buffer.
|
private void |
nonDestructiveValidate()
Validate the current record in the buffer (if any), but do not change the control flow
of the block logic in the event of an error; just report the error if not in silent
error mode.
|
void |
retry()
The block is retrying; perform a non-destructive validation of the record in the buffer.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitentry, initFailure, weightpublic void finished()
finished in interface Finalizablepublic void iterate()
iterate in interface Finalizablepublic void retry()
retry in interface Finalizablepublic void deleted()
deleted in interface Finalizableprivate void nonDestructiveValidate()