Uses of Interface
org.compass.core.util.backport.java.util.concurrent.RunnableScheduledFuture

Packages that use RunnableScheduledFuture
org.compass.core.util.backport.java.util.concurrent Utility classes commonly useful in concurrent programming. 
 

Uses of RunnableScheduledFuture in org.compass.core.util.backport.java.util.concurrent
 

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

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



Copyright (c) 2004-2006 The Compass Project.