| GNU Classpath (0.97.1) | |
| Frames | No Frames |
Classes implementing java.util.concurrent.ScheduledExecutorService | |
| class | A ThreadPoolExecutor that can additionally schedule
commands to run after a given delay, or to execute
periodically. |
Methods with parameter type java.util.concurrent.ScheduledExecutorService | |
| ScheduledExecutorService | Returns an object that delegates all defined ScheduledExecutorService methods to the given executor, but
not any other methods that might otherwise be accessible using
casts. |
Methods with return type java.util.concurrent.ScheduledExecutorService | |
| ScheduledExecutorService | Executors.newScheduledThreadPool(int corePoolSize) Creates a thread pool that can schedule commands to run after a
given delay, or to execute periodically.
|
| ScheduledExecutorService | Creates a thread pool that can schedule commands to run after a
given delay, or to execute periodically.
|
| ScheduledExecutorService | Creates a single-threaded executor that can schedule commands
to run after a given delay, or to execute periodically.
|
| ScheduledExecutorService | Creates a single-threaded executor that can schedule commands
to run after a given delay, or to execute periodically. |
| ScheduledExecutorService | Returns an object that delegates all defined ScheduledExecutorService methods to the given executor, but
not any other methods that might otherwise be accessible using
casts. |
| GNU Classpath (0.97.1) |