|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| ScheduledExecutorService を使用しているパッケージ | |
|---|---|
| java.util.concurrent | 通常、ユーティリティクラスは並行プログラミングで有用です。 |
| java.util.concurrent での ScheduledExecutorService の使用 |
|---|
| ScheduledExecutorService を実装している java.util.concurrent のクラス | |
|---|---|
class |
ScheduledThreadPoolExecutor
指定された遅延後または周期的に実行するためのコマンドを追加スケジュール可能な ThreadPoolExecutor。 |
| ScheduledExecutorService を返す java.util.concurrent のメソッド | |
|---|---|
static ScheduledExecutorService |
Executors.newScheduledThreadPool(int corePoolSize)
指定された遅延時間後、または周期的にコマンドの実行をスケジュール可能なスレッドプールを作成します。 |
static ScheduledExecutorService |
Executors.newScheduledThreadPool(int corePoolSize,
ThreadFactory threadFactory)
指定された遅延時間後、または周期的にコマンドの実行をスケジュール可能なスレッドプールを作成します。 |
static ScheduledExecutorService |
Executors.newSingleThreadScheduledExecutor()
指定された遅延時間後、または周期的にコマンドの実行をスケジュール可能な、単一スレッドの executor を作成します。 |
static ScheduledExecutorService |
Executors.newSingleThreadScheduledExecutor(ThreadFactory threadFactory)
指定された遅延時間後、または周期的にコマンドの実行をスケジュール可能な、単一スレッドの executor を作成します。 |
static ScheduledExecutorService |
Executors.unconfigurableScheduledExecutorService(ScheduledExecutorService executor)
定義済みの ScheduledExecutorService メソッドをすべて指定された executor に委譲するが、キャストを使用してアクセス可能な他のメソッドは委譲しないオブジェクトを返します。 |
| ScheduledExecutorService 型のパラメータを持つ java.util.concurrent のメソッド | |
|---|---|
static ScheduledExecutorService |
Executors.unconfigurableScheduledExecutorService(ScheduledExecutorService executor)
定義済みの ScheduledExecutorService メソッドをすべて指定された executor に委譲するが、キャストを使用してアクセス可能な他のメソッドは委譲しないオブジェクトを返します。 |
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
| 前 次 | フレームあり フレームなし | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。