Class ExecutorRunnable

java.lang.Object
ecmwf.common.technical.ExecutorRunnable
All Implemented Interfaces:
Runnable

public abstract class ExecutorRunnable extends Object implements Runnable
The Class ExecutorRunnable.
  • Constructor Details

    • ExecutorRunnable

      protected ExecutorRunnable(ExecutorManager<? extends ExecutorRunnable> manager)
      Instantiates a new executor runnable.
      Parameters:
      manager - the manager
  • Method Details

    • process

      public abstract void process() throws Exception
      Process.
      Throws:
      Exception - the exception
    • run

      public void run()
      Run.
      Specified by:
      run in interface Runnable