public abstract class RecoverableTimerTask extends TimerTask
| Modifier and Type | Field and Description |
|---|---|
protected Recoverable |
recoverable |
| Constructor and Description |
|---|
RecoverableTimerTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRecoverable(Recoverable recoverable)
Assigns the recoverable for the TimerTask.
|
cancel, run, scheduledExecutionTimeprotected Recoverable recoverable
public void setRecoverable(Recoverable recoverable)
recoverable - The recoverable interface to be run when errors occurCopyright © 2010–2023 Open Identity Platform Community. All rights reserved.