JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Uses of Interface
java.util.concurrent.Executor
Uses of
Executor
in
java.util.concurrent
Subinterfaces of
Executor
in
java.util.concurrent
Modifier and Type
Interface and Description
interface
ExecutorService
An
Executor
that provides methods to manage termination and methods that can produce a
Future
for tracking progress of one or more asynchronous tasks.
interface
ScheduledExecutorService
An
ExecutorService
that can schedule commands to run after a given delay, or to execute periodically.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes