Class DebugReconciliationResultListener
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.sync.tasks.recon.DebugReconciliationResultListener
-
- All Implemented Interfaces:
ReconciliationResultListener,DebugDumpable
public class DebugReconciliationResultListener extends Object implements ReconciliationResultListener, DebugDumpable
Debugging listener for reconciliation tasks. This is not the best place for this object. But we have to live with it now.- Author:
- semancik
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description DebugReconciliationResultListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidassertResult(String resourceOid, long expectedUnOpsCount, long expectedResourceReconCount, long expectedResourceReconErrors, long expectedShadowReconCount)voidclear()StringdebugDump(int indent)voidprocess(ReconciliationResult reconResult)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Method Detail
-
process
public void process(ReconciliationResult reconResult)
- Specified by:
processin interfaceReconciliationResultListener
-
clear
public void clear()
-
assertResult
public void assertResult(String resourceOid, long expectedUnOpsCount, long expectedResourceReconCount, long expectedResourceReconErrors, long expectedShadowReconCount)
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDumpin interfaceDebugDumpable
-
-