Class JDFSignal

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, IStreamWriter, org.w3c.dom.Element, org.w3c.dom.ElementTraversal, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo

    public class JDFSignal
    extends JDFAutoSignal
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFSignal

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

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

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

      • convertResponse

        @Deprecated
        public boolean convertResponse​(JDFResponse response)
        Deprecated.
        use the two parameter variant
        converts a response to a signal that can be sent individually
        Parameters:
        response - the response to convert
        Returns:
        true if successful
      • convertResponse

        public boolean convertResponse​(JDFResponse response,
                                       JDFQuery q)
        converts a response to a signal that can be sent individually
        Parameters:
        response - the response to convert - should not be null
        q - the query that should be merged into the signal - may be null
        Returns:
        true if successful
      • getNotification

        public JDFNotification getNotification()
        legacy get first notification
        Returns:
      • getCreateNotification

        public JDFNotification getCreateNotification()
        legacy get first notification
        Returns: