|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JDFResponse | |
|---|---|
| org.cip4.jdflib.auto | |
| org.cip4.jdflib.jmf | |
| org.cip4.jdflib.resource.devicecapability | |
| Uses of JDFResponse in org.cip4.jdflib.auto |
|---|
| Methods in org.cip4.jdflib.auto that return JDFResponse | |
|---|---|
JDFResponse |
JDFAutoJMF.appendResponse()
(30) append element Response |
JDFResponse |
JDFAutoJMF.getCreateResponse(int iSkip)
(26) getCreateResponse |
JDFResponse |
JDFAutoJMF.getResponse(int iSkip)
(27) const get element Response |
| Methods in org.cip4.jdflib.auto that return types with arguments of type JDFResponse | |
|---|---|
Collection<JDFResponse> |
JDFAutoJMF.getAllResponse()
Get all Response from the current element |
| Uses of JDFResponse in org.cip4.jdflib.jmf |
|---|
| Methods in org.cip4.jdflib.jmf that return JDFResponse | |
|---|---|
JDFResponse |
JDFQueueSubmissionParams.addEntry(JDFQueue theQueue,
JDFJMF responseIn)
Deprecated. use 3 parameter version |
JDFResponse |
JDFQueueSubmissionParams.addEntry(JDFQueue theQueue,
JDFJMF responseIn,
JDFQueueFilter filter)
add a queueentry to a queue based on the parameters of this you can get the new queueentry by getQueueEntry(0) on the response |
JDFResponse |
JDFJMF.appendResponse(JDFMessage.EnumType typ)
Append a Response |
JDFResponse |
JDFJMF.getResponse()
Deprecated. use getMessageElement |
JDFResponse |
JDFJMF.getResponse(int i,
boolean bCreate)
Deprecated. use getMessageElement or getCreateMessageElement |
JDFResponse |
JDFJMF.getResponse(String refID)
(27) get element Response |
| Methods in org.cip4.jdflib.jmf with parameters of type JDFResponse | |
|---|---|
boolean |
JDFSignal.convertResponse(JDFResponse response)
Deprecated. use the two parameter variant |
boolean |
JDFSignal.convertResponse(JDFResponse response,
JDFQuery q)
converts a response to a signal that can be sent individually |
boolean |
JDFAcknowledge.convertResponse(JDFResponse response,
JDFQuery q)
converts a response to an Acknowledge that can be sent asynchronously |
JDFQueue |
JDFQueue.copyToResponse(JDFResponse resp,
JDFQueueFilter filter)
Deprecated. use 3 parameter method |
JDFQueue |
JDFQueue.copyToResponse(JDFResponse resp,
JDFQueueFilter filter,
JDFQueue priorQueue)
copies this to the JDF Response resp, applying the filters defined in filter |
| Uses of JDFResponse in org.cip4.jdflib.resource.devicecapability |
|---|
| Methods in org.cip4.jdflib.resource.devicecapability with parameters of type JDFResponse | |
|---|---|
static XMLDoc |
JDFDeviceCap.getJMFInfo(JDFJMF jmfRoot,
JDFResponse knownMessagesResp,
JDFBaseDataTypes.EnumFitsValue testlists,
JDFElement.EnumValidationLevel level,
boolean ignoreExtensions)
Composes a BugReport in XML form for the given JMF message 'jmfRoot'. |
static JDFMessageService |
JDFDeviceCap.getMessageServiceForJMFType(JDFMessage m,
JDFResponse knownMessagesResp)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||