public class AgentPeriodicTaskService.AgentPeriodicTaskExceptionHandler extends PeriodicTaskExceptionHandler
LOG| 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, getLongExecutionThreshold, getMaxFailures, isDetectLongExecutions, isResetFailureCountOnSuccess, isSkipOverdueExecutions, setDetectLongExecutions, setLevel, setLongExecutionThreshold, 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 © 2023 LSST. All rights reserved.