public abstract class AbstractRetryTask extends Object implements TimerTask
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
boolean |
isCancel() |
void |
run(Timeout timeout)
Executed after the delay specified with
Timer.newTimeout(TimerTask, long, TimeUnit). |
public void cancel()
public boolean isCancel()
public void run(Timeout timeout) throws Exception
TimerTaskTimer.newTimeout(TimerTask, long, TimeUnit).Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.