Package | Description |
---|---|
org.cip4.jdflib.auto | |
org.cip4.jdflib.jmf | |
org.cip4.jdflib.pool |
Modifier and Type | Method and Description |
---|---|
JDFQueueEntry |
JDFAutoQueue.appendQueueEntry()
(30) append element QueueEntry
|
JDFQueueEntry |
JDFAutoQueue.getCreateQueueEntry(int iSkip)
(26) getCreateQueueEntry
|
JDFQueueEntry |
JDFAutoQueue.getQueueEntry(int iSkip)
(27) const get element QueueEntry
|
Modifier and Type | Method and Description |
---|---|
Collection<JDFQueueEntry> |
JDFAutoQueue.getAllQueueEntry()
Get all QueueEntry from the current element
|
Modifier and Type | Method and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
Map<String,JDFQueueEntry> |
JDFQueue.getQueueEntryIDMap()
get a map of queueentries that uses QueueEntryID as key
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2018. All rights reserved.