public interface ConsistentRow
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkConsistency(java.io.Serializable changeIndicator)
Checks the consistency of the row with a previously generated changeIndicator.
|
java.io.Serializable |
getClientChangeIndicator()
Returns a change indicator.
|
java.io.Serializable getClientChangeIndicator()
boolean checkConsistency(java.io.Serializable changeIndicator)
RowInconsistentException - if the row is not consistent with the specified change indicator.