public abstract class ForwardingListeningExecutorService extends ForwardingExecutorService implements ListeningExecutorService
| Modifier and Type | Method and Description |
|---|---|
<T> ListenableFuture<T> |
submit(Callable<T> task) |
ListenableFuture<?> |
submit(Runnable task) |
<T> ListenableFuture<T> |
submit(Runnable task,
T result) |
awaitTermination, execute, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNowtoStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitinvokeAll, invokeAllawaitTermination, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNowpublic <T> ListenableFuture<T> submit(Callable<T> task)
submit in interface ListeningExecutorServicesubmit in interface ExecutorServicesubmit in class ForwardingExecutorServiceListenableFuture representing pending completion of the taskpublic ListenableFuture<?> submit(Runnable task)
submit in interface ListeningExecutorServicesubmit in interface ExecutorServicesubmit in class ForwardingExecutorServiceListenableFuture representing pending completion of the taskpublic <T> ListenableFuture<T> submit(Runnable task, T result)
submit in interface ListeningExecutorServicesubmit in interface ExecutorServicesubmit in class ForwardingExecutorServiceListenableFuture representing pending completion of the taskCopyright © 2010 - 2020 Adobe. All Rights Reserved