Class JDFQueue.ExecuteCallback

java.lang.Object
org.cip4.jdflib.jmf.JDFQueue.ExecuteCallback
Enclosing class:
JDFQueue

public abstract static class JDFQueue.ExecuteCallback extends Object
callback class definition for specifying whether a QE may execute
  • Constructor Details

    • ExecuteCallback

      public ExecuteCallback()
  • Method Details

    • canExecute

      public abstract boolean canExecute(JDFQueueEntry qe)
      Parameters:
      qe - the queueentry to check
      Returns:
      true if this qe can be executed