Class JDFSignal

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

public class JDFSignal extends JDFAutoSignal
See Also:
  • Constructor Details

    • JDFSignal

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

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

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

    • 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
    • createResponse

      public JDFJMF createResponse()
      create a new response for this if this is any message except response correctly fills refId, type etc.
      Overrides:
      createResponse in class JDFMessage
      Returns:
      the newly created message