public class ComparatorContext extends ReconContext
| Modifier and Type | Field and Description |
|---|---|
protected ComparisonRule |
compRule |
protected MboRemote |
compRuleMbo |
protected boolean |
writeFailures
write the failed reconciliation results?
|
protected boolean |
writeSuccesses
write the successful reconciliation results?
|
reconInfo| Constructor and Description |
|---|
ComparatorContext(ReconInfo reconInfo) |
| Modifier and Type | Method and Description |
|---|---|
ComparatorContext |
clone() |
ComparisonRule |
getCompRule() |
MboRemote |
getCompRuleMbo() |
boolean |
isWriteFailures()
write failure results?
|
boolean |
isWriteSuccesses()
write successful results?
|
void |
setCompRule(ComparisonRule compRule) |
void |
setCompRuleMbo(MboRemote compRuleMbo) |
void |
setWriteFailures(boolean writeFailures) |
void |
setWriteSuccesses(boolean writeSuccesses) |
getCronName, getDataSet1, getDataSet2, getDBShortcut, getInstanceName, getLogger, getReconInfo, getSqlLogger, getTask, getTaskName, getUserInfo, releaseDBShortcutprotected boolean writeSuccesses
protected boolean writeFailures
protected ComparisonRule compRule
protected MboRemote compRuleMbo
public ComparatorContext(ReconInfo reconInfo)
public boolean isWriteFailures()
public void setWriteFailures(boolean writeFailures)
public boolean isWriteSuccesses()
public void setWriteSuccesses(boolean writeSuccesses)
public ComparisonRule getCompRule()
public void setCompRule(ComparisonRule compRule)
public MboRemote getCompRuleMbo()
public void setCompRuleMbo(MboRemote compRuleMbo)
public ComparatorContext clone()
clone in class java.lang.Object