
public class AgentPeriodicTaskService.AgentPeriodicTaskExecutionHandler extends PeriodicTaskExceptionHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onException(PeriodicTask task,
Throwable exception) |
void |
onFinalException(PeriodicTask task,
Throwable exception) |
void |
onLongExecution(PeriodicTask task) |
void |
onSkippedExecutions(PeriodicTask task,
int nSkipped) |
void |
onSuccessfulExecution(AgentPeriodicTask task,
long time) |
getLevel, getMaxFailures, isDetectLongExecutions, isResetFailureCountOnSuccess, isSkipOverdueExecutions, setDetectLongExecutions, setLevel, setMaxFailures, setResetFailureCountOnSuccess, setSkipOverdueExecutionspublic void onSkippedExecutions(PeriodicTask task, int nSkipped)
onSkippedExecutions in class PeriodicTaskExceptionHandlerpublic void onFinalException(PeriodicTask task, Throwable exception)
onFinalException in class PeriodicTaskExceptionHandlerpublic void onException(PeriodicTask task, Throwable exception)
onException in class PeriodicTaskExceptionHandlerpublic void onLongExecution(PeriodicTask task)
onLongExecution in class PeriodicTaskExceptionHandlerpublic void onSuccessfulExecution(AgentPeriodicTask task, long time)
Copyright © 2021 LSST. All rights reserved.