public class ReconComparisonProcessor
extends java.lang.Object
| Constructor and Description |
|---|
ReconComparisonProcessor(ReconInfo reconInfo,
java.util.Map[][] linkedPairs) |
| Modifier and Type | Method and Description |
|---|---|
void |
calculateResultOption()
Retrieves the result type in which the reconciliation comparison results
are to be reported.
|
void |
compare()
Performs complete, end-to-end reconciliation comparison processing
|
public ReconComparisonProcessor(ReconInfo reconInfo, java.util.Map[][] linkedPairs) throws MXException, java.rmi.RemoteException
reconTask - the reconciliation task configurationlinkedPairs - the linked pairs, linkedPairs[i][0] is the uid and key values for data set1 and
linkedPairs[i][1] is the uid and key values for data set2MXExceptionjava.rmi.RemoteExceptionpublic void calculateResultOption()
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionpublic void compare()
throws java.rmi.RemoteException,
MXException,
java.sql.SQLException
java.rmi.RemoteExceptionMXExceptionjava.sql.SQLException