Package org.cip4.jdflib.jmf
Class JDFQueue.ExecuteCallback
- java.lang.Object
-
- org.cip4.jdflib.jmf.JDFQueue.ExecuteCallback
-
- Enclosing class:
- JDFQueue
public abstract static class JDFQueue.ExecuteCallback extends java.lang.Objectcallback 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 booleancanExecute(JDFQueueEntry qe)
-
-
-
Method Detail
-
canExecute
public abstract boolean canExecute(JDFQueueEntry qe)
- Parameters:
qe- the queueentry to check- Returns:
- true if this qe can be executed
-
-