|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JDFQueueEntry | |
|---|---|
| org.cip4.jdflib.auto | |
| org.cip4.jdflib.jmf | |
| org.cip4.jdflib.pool | |
| Uses of JDFQueueEntry in org.cip4.jdflib.auto |
|---|
| Methods in org.cip4.jdflib.auto that return JDFQueueEntry | |
|---|---|
JDFQueueEntry |
JDFAutoQueue.appendQueueEntry()
(30) append element QueueEntry |
JDFQueueEntry |
JDFAutoQueue.getCreateQueueEntry(int iSkip)
(26) getCreateQueueEntry |
JDFQueueEntry |
JDFAutoQueue.getQueueEntry(int iSkip)
(27) const get element QueueEntry |
| Methods in org.cip4.jdflib.auto that return types with arguments of type JDFQueueEntry | |
|---|---|
Collection<JDFQueueEntry> |
JDFAutoQueue.getAllQueueEntry()
Get all QueueEntry from the current element |
| Uses of JDFQueueEntry in org.cip4.jdflib.jmf |
|---|
| Methods in org.cip4.jdflib.jmf that return JDFQueueEntry | |
|---|---|
JDFQueueEntry |
JDFMessage.appendQueueEntry()
append element QueueEntry |
JDFQueueEntry |
JDFQueue.createQueueEntry(boolean bHeld)
create a queueEntry if this queue is accepting |
JDFQueueEntry |
JDFMessage.getCreateQueueEntry(int iSkip)
get iSkip'th element QueueEntry, create if it doesn't exist |
JDFQueueEntry |
JDFQueue.getEntry(int i)
Deprecated. use getQueueEntry(int) |
JDFQueueEntry |
JDFQueue.getEntry(String strQEntryID)
Deprecated. use getQueueEntry(id) |
JDFQueueEntry |
JDFQueue.getNextExecutableQueueEntry()
|
JDFQueueEntry |
JDFQueue.getNextExecutableQueueEntry(JDFQueue.ExecuteCallback cb)
Get the next QueueEntry to be processed the first entry with highest priority gets selected if deviceID is specified, the entries with an explicit non matching deviceID are ignored the status of the QueueEntry MUST be waiting proxy and represents previously submitted jobs as waiting |
JDFQueueEntry |
JDFQueueEntry.getNextQueueEntry()
get the next sibling queueentry |
JDFQueueEntry |
JDFQueueEntry.getPreviousQueueEntry()
get the previous sibling queueentry |
JDFQueueEntry |
JDFMessage.getQueueEntry(int iSkip)
get iSkip'th element QueueEntry |
JDFQueueEntry |
JDFQueue.getQueueEntry(NodeIdentifier nodeID,
int nSkip)
Find a queueEntry by NodeIdentifier (jobid, jobpartid, part) note that you may want to use the generic getChildByTagName with the appropriate attribute map, if you have more information available |
JDFQueueEntry |
JDFQueue.getQueueEntry(String strQEntryID)
Find a queueEntry by QueueEntryID note that you may want to use the generic getChildByTagName with the appropriate attribute map, if you have more information available |
| Methods in org.cip4.jdflib.jmf that return types with arguments of type JDFQueueEntry | |
|---|---|
Map<String,JDFQueueEntry> |
JDFQueue.getQueueEntryIDMap()
get a map of queueentries that uses QueueEntryID as key |
| Methods in org.cip4.jdflib.jmf with parameters of type JDFQueueEntry | |
|---|---|
abstract boolean |
JDFQueue.ExecuteCallback.canExecute(JDFQueueEntry qe)
|
abstract void |
JDFQueue.CleanupCallback.cleanEntry(JDFQueueEntry qe)
cleans up when a QueueEntry is removed by whatever method |
boolean |
JDFQueueFilter.matches(JDFQueueEntry qe)
return true if the queuentry matches this filter |
protected boolean |
JDFQueueFilter.QueueEntryMatcher.matches(JDFQueueEntry qe)
return true if the queuentry matches this filter |
void |
JDFQueue.sortChild(JDFQueueEntry qe)
|
| Uses of JDFQueueEntry in org.cip4.jdflib.pool |
|---|
| Methods in org.cip4.jdflib.pool with parameters of type JDFQueueEntry | |
|---|---|
JDFProcessRun |
JDFAuditPool.createSubmitProcessRun(JDFQueueEntry qe)
creates a ProcessRun when this is submitted should be called by the receiving device when it initially receives and enqueues the JDF |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||