public class ExecuteCalledWatchingExecutorService extends DelegatingExecutorService
| Constructor and Description |
|---|
ExecuteCalledWatchingExecutorService(ExecutorService delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Runnable command) |
boolean |
isExecuteCalled() |
void |
setExecuteCalled(boolean executeCalled) |
awaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNow, submit, submit, submitpublic ExecuteCalledWatchingExecutorService(ExecutorService delegate)
public void execute(Runnable command)
execute in interface Executorexecute in class DelegatingExecutorServicepublic boolean isExecuteCalled()
public void setExecuteCalled(boolean executeCalled)
Copyright © 2011–2015 The Apache Software Foundation. All rights reserved.