Uses of Interface java.util.concurrent.ScheduledExecutorService

Uses in package java.util.concurrent

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
Creates a thread pool that can schedule commands to run after a given delay, or to execute periodically.
ScheduledExecutorService
Executors.newScheduledThreadPool(int corePoolSize, ThreadFactory threadFactory)
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.