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
Constructors -
Method Summary
Methods inherited from class org.apache.curator.test.DelegatingExecutorService
awaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNow, submit, submit, submitMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.concurrent.ExecutorService
close
-
Constructor Details
-
ExecuteCalledWatchingExecutorService
-
-
Method Details
-
execute
- Specified by:
executein interfaceExecutor- Overrides:
executein classDelegatingExecutorService
-
isExecuteCalled
public boolean isExecuteCalled() -
setExecuteCalled
public void setExecuteCalled(boolean executeCalled)
-