Package org.apache.curator.test
Class ExecuteCalledWatchingExecutorService
java.lang.Object
org.apache.curator.test.DelegatingExecutorService
org.apache.curator.test.ExecuteCalledWatchingExecutorService
- All Implemented Interfaces:
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, submit
-
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)
-