Class JDFQueueSubmissionParams

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, IURLSetter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo

public class JDFQueueSubmissionParams extends JDFAutoQueueSubmissionParams implements IURLSetter
See Also:
  • Constructor Details

    • JDFQueueSubmissionParams

      public JDFQueueSubmissionParams(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String qualifiedName)
      Constructor for JDFQueueSubmissionParams
      Parameters:
      myOwnerDocument -
      qualifiedName -
    • JDFQueueSubmissionParams

      public JDFQueueSubmissionParams(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName)
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
    • JDFQueueSubmissionParams

      public JDFQueueSubmissionParams(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
      myLocalName -
  • Method Details

    • toString

      public String toString()
      toString() return String
      Overrides:
      toString in class KElement
      Returns:
      string representativ of this
      See Also:
    • addEntry

      @Deprecated public JDFResponse addEntry(JDFQueue theQueue, JDFJMF responseIn)
      Deprecated.
      use 3 parameter version
      Parameters:
      theQueue -
      responseIn -
      Returns:
    • addEntry

      public JDFResponse 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
      Parameters:
      theQueue - the queue to submit to, note that the queue IS modified by this call
      responseIn - the jmf that serves as a container for the new response
      filter - the filter to apply
      Returns:
      the response jmf to the submission message
    • getURLInputStream

      public InputStream getURLInputStream()
      get the input stream that reads from URL
      Specified by:
      getURLInputStream in interface IURLSetter
      Returns:
      InputStream the input stream that the url points to, null if the url is inaccessible
    • addQueueEntry

      public MyPair<JDFResponse,JDFQueueEntry> addQueueEntry(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
      Parameters:
      theQueue - the queue to submit to, note that the queue IS modified by this call
      responseIn - the jmf that serves as a container for the new response
      filter - the filter to apply
      Returns:
      the response jmf to the submission message
    • getURLDoc

      public JDFDoc getURLDoc()
      returns the jdf doc referenced by url
      Returns:
      the document
    • getUserFileName

      public String getUserFileName()
      Specified by:
      getUserFileName in interface IURLSetter
      Returns:
      the filename of this; null if not implemented
    • setReturnURL

      public void setReturnURL(URL url)
      sets ReturnURL to the value of url
      Parameters:
      url - the URL to set
    • setReturnJMF

      public void setReturnJMF(URL url)
      sets ReturnURL to the value of url
      Parameters:
      url - the URL to set