Interface ExecutionStrategy


  • public interface ExecutionStrategy
    This interface represents the strategy how the NodeWorkers will be executed.
    Since:
    jadice server 5.5.0.0
    • Method Detail

      • abort

        void abort()
        Abort the execution of the workers
      • waitForTermination

        void waitForTermination()
                         throws InterruptedException
        This method blocks and waits for all workers to finish.
        Throws:
        InterruptedException - if the current thread was interrupted while waiting