Class ExecuteCalledWatchingExecutorService

java.lang.Object
org.apache.curator.test.DelegatingExecutorService
org.apache.curator.test.ExecuteCalledWatchingExecutorService
All Implemented Interfaces:
AutoCloseable, Executor, ExecutorService

public class ExecuteCalledWatchingExecutorService extends DelegatingExecutorService
  • Constructor Details

    • ExecuteCalledWatchingExecutorService

      public ExecuteCalledWatchingExecutorService(ExecutorService delegate)
  • Method Details

    • execute

      public void execute(Runnable command)
      Specified by:
      execute in interface Executor
      Overrides:
      execute in class DelegatingExecutorService
    • isExecuteCalled

      public boolean isExecuteCalled()
    • setExecuteCalled

      public void setExecuteCalled(boolean executeCalled)