com.ibm.broker.config.appdev.nodes

Class TimeoutNotificationNode

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


    public class TimeoutNotificationNode
    extends Node

    TimeoutNotificationNode instance

    Use a TimeoutControl node and a TimeoutNotification node together in a message flow for an application that requires events to occur at a particular time, or at regular intervals

     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
    • Field Detail

      • OUTPUT_TERMINAL_CATCH

        public final OutputTerminal OUTPUT_TERMINAL_CATCH
      • OUTPUT_TERMINAL_FAILURE

        public final OutputTerminal OUTPUT_TERMINAL_FAILURE
      • OUTPUT_TERMINAL_OUT

        public final OutputTerminal OUTPUT_TERMINAL_OUT
    • Constructor Detail

      • TimeoutNotificationNode

        public TimeoutNotificationNode()
    • Method Detail

      • getParserXmlnscOpaqueElementsTable

        public TimeoutNotificationNode.ParserXmlnscOpaqueElementsTable getParserXmlnscOpaqueElementsTable()
        Retrieve the Opaque elements table for the node TimeoutNotificationNode
        Returns:
        ParserXmlnscOpaqueElementsTable instance which contains OpaqueElementsRow rows
      • 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 TimeoutNotificationNode setUniqueIdentifier(java.lang.String value)
        Set the TimeoutNotificationNode "Unique identifier" property
        Parameters:
        value - String ; the value to set the property "Unique identifier"
      • getUniqueIdentifier

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

        public TimeoutNotificationNode setTimeoutInterval(int value)
        Set the TimeoutNotificationNode "Timeout interval (sec)" property
        Parameters:
        value - int ; the value to set the property "Timeout interval (sec)"
      • getTimeoutInterval

        public int getTimeoutInterval()
        Get the TimeoutNotificationNode Timeout interval (sec) property
        Returns:
        int; the value of the property "Timeout interval (sec)"
      • setParserMqrfh2cUseForMqrfh2Domain

        public TimeoutNotificationNode setParserMqrfh2cUseForMqrfh2Domain(boolean value)
        Set the TimeoutNotificationNode "Use MQRFH2C compact parser for MQRFH2 header" property
        Parameters:
        value - boolean ; the value to set the property "Use MQRFH2C compact parser for MQRFH2 header"
      • getParserMqrfh2cUseForMqrfh2Domain

        public boolean getParserMqrfh2cUseForMqrfh2Domain()
        Get the TimeoutNotificationNode "Use MQRFH2C compact parser for MQRFH2 header" property
        Returns:
        boolean; the value of the property "Use MQRFH2C compact parser for MQRFH2 header"
      • setParserXmlnscBuildTreeUsingXMLSchema

        public TimeoutNotificationNode setParserXmlnscBuildTreeUsingXMLSchema(boolean value)
        Set the TimeoutNotificationNode "Build tree using XML schema data types" property
        Parameters:
        value - boolean ; the value to set the property "Build tree using XML schema data types"
      • getParserXmlnscBuildTreeUsingXMLSchema

        public boolean getParserXmlnscBuildTreeUsingXMLSchema()
        Get the TimeoutNotificationNode "Build tree using XML schema data types" property
        Returns:
        boolean; the value of the property "Build tree using XML schema data types"
      • setParserXmlnscUseForXmlnsDomain

        public TimeoutNotificationNode setParserXmlnscUseForXmlnsDomain(boolean value)
        Set the TimeoutNotificationNode "Use XMLNSC compact parser for XMLNS domain" property
        Parameters:
        value - boolean ; the value to set the property "Use XMLNSC compact parser for XMLNS domain"
      • getParserXmlnscUseForXmlnsDomain

        public boolean getParserXmlnscUseForXmlnsDomain()
        Get the TimeoutNotificationNode "Use XMLNSC compact parser for XMLNS domain" property
        Returns:
        boolean; the value of the property "Use XMLNSC compact parser for XMLNS domain"
      • setValidateAllValueConstraints

        public TimeoutNotificationNode setValidateAllValueConstraints(boolean value)
        Set the TimeoutNotificationNode "Include all value constraints" property
        Parameters:
        value - boolean ; the value to set the property "Include all value constraints"
      • getValidateAllValueConstraints

        public boolean getValidateAllValueConstraints()
        Get the TimeoutNotificationNode "Include all value constraints" property
        Returns:
        boolean; the value of the property "Include all value constraints"
      • 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