| java.util.concurrent.RunnableScheduledFuture<V> |
A
ScheduledFuture
that is
Runnable
. Successful
execution of the
run
method causes completion of the
Future
and allows access to its results.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Returns true if this is a periodic task.
|
||||||||||
|
[Expand]
Inherited Methods
|
|||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.lang.Comparable
|
|||||||||||||||||||||
From interface
java.lang.Runnable
|
|||||||||||||||||||||
From interface
java.util.concurrent.Delayed
|
|||||||||||||||||||||
From interface
java.util.concurrent.Future
|
|||||||||||||||||||||
From interface
java.util.concurrent.RunnableFuture
|
|||||||||||||||||||||
Returns true if this is a periodic task. A periodic task may re-run according to some schedule. A non-periodic task can be run only once.