-
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- RetryTask
private class RetryTask.RetryTime
extends Object
implements Runnable
This is the runnable class for the WakeupManager
,
since we need different implementations of
WakeupManager.run
and
TaskManager.run
.
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
void |
run()
Time to retry the task.
|
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
run
public void run()
Time to retry the task.
- Specified by:
run
in interface Runnable
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.