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, scheduledExecutionTime
protected Recoverable recoverable
public void setRecoverable(Recoverable recoverable)
recoverable
- The recoverable interface to be run when errors occurCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.