Searched defs:ExecutorService (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DExecutorService.java47 * <p> An <tt>ExecutorService</tt> can be shut down, which will cause
49 * shutting down an <tt>ExecutorService</tt>. The {@link #shutdown}
55 * unused <tt>ExecutorService</tt> should be shut down to allow
79 * private final ExecutorService pool;
107 * The following method shuts down an <tt>ExecutorService</tt> in two phases,
112 * void shutdownAndAwaitTermination(ExecutorService pool) {
133 * {@code ExecutorService}
141 public interface ExecutorService extends Executor { interface in inherits:Executor
153 * shutting down this ExecutorService may manipulate
178 * shutting down this ExecutorService ma
[all...]

Completed in 27 milliseconds