com.ibm.broker.config.appdev.nodes

Class TimeoutControlNode

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable


    public class TimeoutControlNode
    extends Node

    TimeoutControlNode instance

    The TimeoutControl node receives an input message that contains a timeout request. The node validates the request, stores the message, and propagates the message (unchanged) to the next node

     Change Activity:
     -------- ----------- -------------   ------------------------------------
     Reason:  Date:       Originator:     Comments:
     -------- ----------- -------------   ------------------------------------
     xxxxx.x  2010-08-10  dstorey         creation
     xxxxx.x  xxxx-xx-xx  generated       7.0.0.2 Release
     
    See Also:
    Serialized Form
    • Constructor Detail

      • TimeoutControlNode

        public TimeoutControlNode()
    • Method Detail

      • getInputTerminals

        public InputTerminal[] getInputTerminals()
        Description copied from class: Node
        Gets the full list of available InputTerminals for this Node
        Specified by:
        getInputTerminals in class Node
        Returns:
        InputTerminal[]
      • getOutputTerminals

        public OutputTerminal[] getOutputTerminals()
        Description copied from class: Node
        Gets the full list of available OutputTerminals for this Node
        Specified by:
        getOutputTerminals in class Node
        Returns:
        OutputTerminal[]
      • getTypeName

        public java.lang.String getTypeName()
        Description copied from class: Node
        Gets the node type of this node
        Specified by:
        getTypeName in class Node
        Returns:
        String; the node type
      • setUniqueIdentifier

        public TimeoutControlNode setUniqueIdentifier(java.lang.String value)
        Set the TimeoutControlNode "Unique identifier" property
        Parameters:
        value - String ; the value to set the property "Unique identifier"
      • getUniqueIdentifier

        public java.lang.String getUniqueIdentifier()
        Get the TimeoutControlNode "Unique identifier" property
        Returns:
        String; the value of the property "Unique identifier"
      • setRequestLocation

        public TimeoutControlNode setRequestLocation(java.lang.String value)
        Set the TimeoutControlNode "Request location" property
        Parameters:
        value - String ; the value to set the property "Request location"
      • getRequestLocation

        public java.lang.String getRequestLocation()
        Get the TimeoutControlNode "Request location" property
        Returns:
        String; the value of the property "Request location"
      • setStoredMessageLocation

        public TimeoutControlNode setStoredMessageLocation(java.lang.String value)
        Set the TimeoutControlNode "Stored message location" property
        Parameters:
        value - String ; the value to set the property "Stored message location"
      • getStoredMessageLocation

        public java.lang.String getStoredMessageLocation()
        Get the TimeoutControlNode "Stored message location" property
        Returns:
        String; the value of the property "Stored message location"
      • setMessageDomain

        public TimeoutControlNode setMessageDomain(java.lang.String value)
        Set the TimeoutControlNode "Message domain" property
        Parameters:
        value - String ; the value to set the property "Message domain"
      • getMessageDomain

        public java.lang.String getMessageDomain()
        Get the TimeoutControlNode "Message domain" property
        Returns:
        String; the value of the property "Message domain"
      • setMessageSet

        public TimeoutControlNode setMessageSet(java.lang.String value)
        Set the TimeoutControlNode "Message model" property
        Parameters:
        value - String ; the value to set the property "Message model"
      • getMessageSet

        public java.lang.String getMessageSet()
        Get the TimeoutControlNode "Message model" property
        Returns:
        String; the value of the property "Message model"
      • setMessageType

        public TimeoutControlNode setMessageType(java.lang.String value)
        Set the TimeoutControlNode "Message" property
        Parameters:
        value - String ; the value to set the property "Message"
      • getMessageType

        public java.lang.String getMessageType()
        Get the TimeoutControlNode "Message" property
        Returns:
        String; the value of the property "Message"
      • setMessageFormat

        public TimeoutControlNode setMessageFormat(java.lang.String value)
        Set the TimeoutControlNode "Physical format" property
        Parameters:
        value - String ; the value to set the property "Physical format"
      • getMessageFormat

        public java.lang.String getMessageFormat()
        Get the TimeoutControlNode "Physical format" property
        Returns:
        String; the value of the property "Physical format"
      • getNodeName

        public java.lang.String getNodeName()
        Description copied from class: Node
        Gets the label name of this node
          MessageFlow mf1 = patternInstanceManager.getMessageFlow("MyFlowProject", "mf1.msgflow");
          Node inputMQNode = mf1.getNodeByName("My Input Node");
          inputMQNode.setNodeName("Renamed Input Node");
         
        Overrides:
        getNodeName in class Node
        Returns:
        String; the node name