Class DummyOperationImpl
java.lang.Object
com.evolveum.midpoint.schema.statistics.DummyOperationImpl
- All Implemented Interfaces:
Operation
A no-op implementation of
Operation used when there's nowhere to record the execution to.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddone(QualifiedItemProcessingOutcomeType outcome, Throwable exception) doublelong@NotNull IterationItemInformationReturns the item characterization for this operation.@NotNull IterativeOperationStartInfoReturns start info for this operation.
-
Constructor Details
-
DummyOperationImpl
-
-
Method Details
-
done
-
getDurationRounded
public double getDurationRounded()- Specified by:
getDurationRoundedin interfaceOperation
-
getEndTimeMillis
public long getEndTimeMillis()- Specified by:
getEndTimeMillisin interfaceOperation
-
getIterationItemInformation
Description copied from interface:OperationReturns the item characterization for this operation.- Specified by:
getIterationItemInformationin interfaceOperation
-
getStartInfo
Description copied from interface:OperationReturns start info for this operation.- Specified by:
getStartInfoin interfaceOperation
-