Class JDFQueue.ExecuteCallback

  • Enclosing class:
    JDFQueue

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

      Constructors 
      Constructor Description
      ExecuteCallback()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract boolean canExecute​(JDFQueueEntry qe)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExecuteCallback

        public ExecuteCallback()
    • Method Detail

      • canExecute

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