org.cip4.jdflib.jmf
Class JDFQueue.ExecuteCallback

java.lang.Object
  extended by 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

Author:
prosirai

Constructor Summary
JDFQueue.ExecuteCallback()
           
 
Method Summary
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

JDFQueue.ExecuteCallback

public JDFQueue.ExecuteCallback()
Method Detail

canExecute

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


Copyright © 2013. All Rights Reserved.