Package org.apache.curator.test
Class ExecuteCalledWatchingExecutorService
java.lang.Object
org.apache.curator.test.DelegatingExecutorService
org.apache.curator.test.ExecuteCalledWatchingExecutorService
- All Implemented Interfaces:
AutoCloseable
,Executor
,ExecutorService
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.curator.test.DelegatingExecutorService
awaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNow, submit, submit, submit
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.concurrent.ExecutorService
close
-
Constructor Details
-
ExecuteCalledWatchingExecutorService
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceExecutor
- Overrides:
execute
in classDelegatingExecutorService
-
isExecuteCalled
public boolean isExecuteCalled() -
setExecuteCalled
public void setExecuteCalled(boolean executeCalled)
-