Uses of Interface java.util.concurrent.Executor

Uses in package java.util.concurrent

Classes implementing java.util.concurrent.Executor

class
Provides default implementations of ExecutorService execution methods.
class
A ThreadPoolExecutor that can additionally schedule commands to run after a given delay, or to execute periodically.
class
An ExecutorService that executes each submitted task using one of possibly several pooled threads, normally configured using Executors factory methods.

Constructors with parameter type java.util.concurrent.Executor

Creates an ExecutorCompletionService using the supplied executor for base task execution and a LinkedBlockingQueue as a completion queue.
ExecutorCompletionService<V>.ExecutorCompletionService(Executor executor, BlockingQueue> completionQueue)
Creates an ExecutorCompletionService using the supplied executor for base task execution and the supplied queue as its completion queue.

Uses in package javax.management

Constructors with parameter type java.util.concurrent.Executor

Constructs a NotificationBroadcasterSupport where the specified (@link java.util.concurrent.Executor} is used to perform each invocation of the handleNotification(NotificationListener,Notification,Object) method.
NotificationBroadcasterSupport.NotificationBroadcasterSupport(Executor executor, javax.management.MBeanNotificationInfo... info)
Constructs a NotificationBroadcasterSupport where the specified (@link java.util.concurrent.Executor} is used to perform each invocation of the handleNotification(NotificationListener,Notification,Object) method.