Eclipse
IntelliJ
NetBeans
Upload
API List
Favorites
Packages
Classes
Methods
Limit search to favorites
Recent
Register
Login
Classic Mode
Library:
backport-util-concurrent 2.2
Package:
edu.emory.mathcs.backport.java.util.concurrent
Class
public
class
Executors
Overview
Inheritance
Members
Usage
Source
Books
Since
1.5
Version
Not specified.
Author(s)
Doug Lea
Factory and utility methods for
Executor
,
ExecutorService
,
ScheduledExecutorService
,
ThreadFactory
, and
Callable
classes defined in this package. This class supports the following kinds of methods:
Methods that create and return an
ExecutorService
set up with commonly useful configuration settings.
Methods that create and return a
ScheduledExecutorService
set up with commonly useful configuration settings.
Methods that create and return a "wrapped" ExecutorService, that disables reconfiguration by making implementation-specific methods inaccessible.
Methods that create and return a
ThreadFactory
that sets newly created threads to a known state.
Methods that create and return a
Callable
out of other closure-like forms, so they can be used in execution methods requiring
Callable
.
Wiki javadoc
Use
textile entry format
.
Add your comments here.
NOTE: Usage information is based only on libraries in your favorites list.
In Constructors
In Fields
Returned by
As method parameter
Home
-
About
-
FAQ
-
Privacy
-
Contact