Class RetryActionExecution
java.lang.Object
net.datenwerke.scheduler.service.scheduler.helper.RetryActionExecution
- All Implemented Interfaces:
VetoActionExecution
-
Constructor Summary
ConstructorsConstructorDescriptionRetryActionExecution(String explanation) RetryActionExecution(String explanation, RetryTimeUnit unit, int amount) -
Method Summary
Modifier and TypeMethodDescriptiongetMode()intvoidupdateTrigger(AbstractJob job, ExecutionLogEntry logEntry)
-
Constructor Details
-
RetryActionExecution
-
RetryActionExecution
-
-
Method Details
-
getMode
- Specified by:
getModein interfaceVetoActionExecution
-
getExplanation
- Specified by:
getExplanationin interfaceVetoActionExecution
-
updateTrigger
- Specified by:
updateTriggerin interfaceVetoActionExecution
-
getRetryUnit
- Specified by:
getRetryUnitin interfaceVetoActionExecution
-
getRetryAmount
public int getRetryAmount()- Specified by:
getRetryAmountin interfaceVetoActionExecution
-