public final class ExecutorServiceWithClientTrace extends AbstractExecutorService
| Constructor and Description |
|---|
ExecutorServiceWithClientTrace(ExecutorService delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long timeout,
TimeUnit unit) |
void |
execute(@NonNull Runnable command) |
boolean |
isShutdown() |
boolean |
isTerminated() |
void |
shutdown() |
List<Runnable> |
shutdownNow() |
invokeAll, invokeAll, invokeAny, invokeAny, newTaskFor, newTaskFor, submit, submit, submitpublic ExecutorServiceWithClientTrace(ExecutorService delegate)
public void execute(@NonNull
@NonNull Runnable command)
public void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public boolean awaitTermination(long timeout,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2019 Appulse. All rights reserved.