|
Class Summary |
| AttributeQueueFilter |
A QueueFilter that filters queue entries based on the
attributes specified when constructing this class. |
| BaseICSQueueFilter |
A filter that sorts queues. |
| QueueEntryComparator |
A Comparator that orders queue entries in the sequence they
will be or have been executed:
Running entries
Suspended
Youngest suspend time
Waiting entries
Highest priority (100 is the highest, 0 is the lowest)
Held entries
Youngest held time
Completed & aborted entries
Latest finished
NOTE: if both entries has status Completed, Aborted, Held or Suspended they
sorted using the
QueueEntryComparator.compareEndTimes(JDFQueueEntry, JDFQueueEntry)
method. |
| RunnableQueueFilter |
A QueueFilter that returns all queue entries that are have a Status
that allow them to be executed, in other words, the status is Waiting. |
| SortingQueueFilter |
A filter that sorts queues. |