|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 RunnableScheduledFuture 的軟體套件 | |
---|---|
java.util.concurrent | 在共時程式中很常用的實用工具類別。 |
java.util.concurrent 中 RunnableScheduledFuture 的使用 |
---|
返回 RunnableScheduledFuture 的 java.util.concurrent 中的方法 | ||
---|---|---|
protected
|
ScheduledThreadPoolExecutor.decorateTask(Callable<V> callable,
RunnableScheduledFuture<V> task)
修改或替換用於執行 callable 的任務。 |
|
protected
|
ScheduledThreadPoolExecutor.decorateTask(Runnable runnable,
RunnableScheduledFuture<V> task)
修改或替換用於執行 runnable 的任務。 |
參數型別為 RunnableScheduledFuture 的 java.util.concurrent 中的方法 | ||
---|---|---|
protected
|
ScheduledThreadPoolExecutor.decorateTask(Callable<V> callable,
RunnableScheduledFuture<V> task)
修改或替換用於執行 callable 的任務。 |
|
protected
|
ScheduledThreadPoolExecutor.decorateTask(Runnable runnable,
RunnableScheduledFuture<V> task)
修改或替換用於執行 runnable 的任務。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。