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 -
Method Summary
Modifier and TypeMethodDescriptionvoidassertResult(String resourceOid, long expectedUnOpsCount, long expectedResourceReconCount, long expectedResourceReconErrors, long expectedShadowReconCount) voidclear()debugDump(int indent) voidprocess(ReconciliationResult reconResult) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Constructor Details
-
DebugReconciliationResultListener
public DebugReconciliationResultListener()
-
-
Method Details
-
process
- Specified by:
processin interfaceReconciliationResultListener
-
clear
public void clear() -
assertResult
public void assertResult(String resourceOid, long expectedUnOpsCount, long expectedResourceReconCount, long expectedResourceReconErrors, long expectedShadowReconCount) -
debugDump
- Specified by:
debugDumpin interfaceDebugDumpable
-