Class DryRunResult

Object
com.tailf.maapi.ApplyResult
com.tailf.maapi.DryRunResult
All Implemented Interfaces:
Iterable<DryRunResult.DryRunEntry>

public class DryRunResult extends ApplyResult implements Iterable<DryRunResult.DryRunEntry>
Represents a successful invocation of the Maapi.applyTransParams(int, boolean, CommitParams) method.

The purpose of this class is to represent the result of a transaction without actually having committed the changes.