Class JDFQueueSubmissionParams

    • Constructor Detail

      • JDFQueueSubmissionParams

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

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

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

      • toString

        public java.lang.String toString()
        toString() return String
        Overrides:
        toString in class KElement
        Returns:
        string representativ of this
        See Also:
        Object.toString()
      • 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 java.io.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 java.lang.String getUserFileName()
        Specified by:
        getUserFileName in interface IURLSetter
        Returns:
        the filename of this; null if not implemented
      • setReturnURL

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

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