Java™ Platform
Standard Ed. 6

Uses of Interface
java.util.concurrent.RunnableScheduledFuture

Packages that use RunnableScheduledFuture
java.util.concurrent Utility classes commonly useful in concurrent programming. 
 

Uses of RunnableScheduledFuture in java.util.concurrent
 

Methods in java.util.concurrent that return RunnableScheduledFuture
protected
<V> RunnableScheduledFuture<V>
ScheduledThreadPoolExecutor.decorateTask(Callable<V> callable, RunnableScheduledFuture<V> task)
          Modifies or replaces the task used to execute a callable.
protected
<V> RunnableScheduledFuture<V>
ScheduledThreadPoolExecutor.decorateTask(Runnable runnable, RunnableScheduledFuture<V> task)
          Modifies or replaces the task used to execute a runnable.
 

Methods in java.util.concurrent with parameters of type RunnableScheduledFuture
protected
<V> RunnableScheduledFuture<V>
ScheduledThreadPoolExecutor.decorateTask(Callable<V> callable, RunnableScheduledFuture<V> task)
          Modifies or replaces the task used to execute a callable.
protected
<V> RunnableScheduledFuture<V>
ScheduledThreadPoolExecutor.decorateTask(Runnable runnable, RunnableScheduledFuture<V> task)
          Modifies or replaces the task used to execute a runnable.
 


Java™ Platform
Standard Ed. 6

Submit a bug or feature
For further API reference and developer documentation, see Java SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.