Interface | Description |
---|---|
CountingThreadPoolExecutor.Listener | |
ExecutorServiceExporterMXBean | |
FutureListener<T> | |
NotifyFuture<T> |
Class | Description |
---|---|
AbstractFuture<T> | |
CallingFuture<T,T2> |
A future handler which calls a method and passes on the result to itself,
implementing another future.
|
CountingTest | |
CountingThreadPoolExecutor | |
DirectExecutor |
An executor which directly calls the runnable
|
ExecutorFuture<T> | |
ExecutorServiceExporterImpl | |
ExportedExecutorService | |
FutureTask<T> | |
FutureTestImpl<T> | |
InstantErrorFuture<T> |
A future that never has to run since the result is already known
|
InstantFuture<T> |
A future that never has to run since the result is already known
|
InstantFutureBase<T> |
A base class for instant futures
|
IteratingFuture<T,S> | |
ListeningFutureTest | |
NamedThreadFactory | |
NotifyFutureImpl<T> |
An implementation of
NotifyFuture which can publicly be accessed |
ScheduledExportedExecutorService | |
TransformResultFuture<From,To> |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.