Class BasicExecutionEngine

java.lang.Object
com.inductiveautomation.ignition.common.execution.impl.BasicExecutionEngine
All Implemented Interfaces:
ExecutionManager

public class BasicExecutionEngine extends Object implements ExecutionManager
The ExecutionEngine is a wrapper around a scheduled executor service. Callers are able to create named tasks, and this class keeps track of associating those names with the ScheduledFutures that represent the actual execution tasks.
  • Constructor Details

    • BasicExecutionEngine

      public BasicExecutionEngine()
    • BasicExecutionEngine

      public BasicExecutionEngine(int threadCount, String name)
    • BasicExecutionEngine

      public BasicExecutionEngine(int threadCount, String name, boolean daemon)
    • BasicExecutionEngine

      public BasicExecutionEngine(int threadCount, String name, ThreadFactory threadFactory)
  • Method Details