API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
java.util.concurrent.
RunnableScheduledFuture
View Source
Author(s)
Doug Lea
Since
1.6
Version
Serial
Hierarchy
Runnable
RunnableFuture
RunnableScheduledFuture
Subinterfaces
See DIRECT subinterfaces
Quick Links:
Methods
Fields
Description
public
interface RunnableScheduledFuture
A
ScheduledFuture
that is
Runnable
.
A
ScheduledFuture
that is
Runnable
. Successful
execution of the
run
method causes completion of the
Future
and allows access to its results.
See also:
FutureTask
Executor
Methods
Hide/Show inherited methods
public
boolean
isPeriodic
()
Returns true if this is a periodic task.
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.
Returns:
true if this task is periodic
Fields
Hide/Show inherited fields
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar