public interface PatchExecutionUnitTrackingStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
trackAfterPerform(PatchExecutionUnitModel patchExecutionUnit,
PatchActionData patchActionData,
java.lang.Throwable ex)
Method executed after real method invocation.
|
PatchExecutionUnitModel |
trackBeforePerform(PatchActionData patchActionData)
Method executed before real method invocation.
|
PatchExecutionUnitModel trackBeforePerform(PatchActionData patchActionData)
PatchExecutionUnitModel and fills it with all
data.patchActionData - PatchActionDataPatchExecutionUnitModelvoid trackAfterPerform(PatchExecutionUnitModel patchExecutionUnit, PatchActionData patchActionData, java.lang.Throwable ex)
PatchExecutionUnitModel with all
necessary data.patchExecutionUnit - PatchExecutionUnitModelpatchActionData - PatchActionDataex - ThrowableCopyright © 2018 SAP SE. All Rights Reserved.